Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_var.h294 u_char if_alloctype; /* if_type at time of allocation */ member
H A Dif.c619 ifp->if_alloctype = type; in if_alloc_domain()
683 if (if_com_free[ifp->if_alloctype] != NULL) in if_free_internal()
684 if_com_free[ifp->if_alloctype](ifp->if_l2com, in if_free_internal()
685 ifp->if_alloctype); in if_free_internal()