Home
last modified time | relevance | path

Searched refs:ifc_maxunit (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dif_clone.c69 int ifc_maxunit; /* (c) maximum unit number */ member
362 ifc->ifc_maxunit = maxunit ? maxunit : IF_MAXUNIT; in if_clone_alloc()
363 ifc->ifc_unrhdr = new_unrhdr(0, ifc->ifc_maxunit, &ifc->ifc_mtx); in if_clone_alloc()
613 if (*unit > ifc->ifc_maxunit) in ifc_alloc_unit_specific()