Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_clone.c72 int ifc_maxunit; /* (c) maximum unit number */ member
491 ifc->ifc_maxunit = maxunit ? maxunit : IF_MAXUNIT; in if_clone_alloc()
492 ifc->ifc_unrhdr = new_unrhdr(0, ifc->ifc_maxunit, &ifc->ifc_mtx); in if_clone_alloc()
829 if (*unit > ifc->ifc_maxunit) in ifc_alloc_unit_specific()