Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif_clone.c66 int ifc_maxunit; /* (c) maximum unit number */ member
357 ifc->ifc_maxunit = maxunit ? maxunit : IF_MAXUNIT; in if_clone_alloc()
358 ifc->ifc_unrhdr = new_unrhdr(0, ifc->ifc_maxunit, &ifc->ifc_mtx); in if_clone_alloc()
610 if (*unit > ifc->ifc_maxunit) in ifc_alloc_unit_specific()