Searched refs:if_alloctype (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dif_var.h295 u_char if_alloctype; /* if_type at time of allocation */ member in struct:ifnet
H A Dif.c619 ifp->if_alloctype = type;
683 if (if_com_free[ifp->if_alloctype] != NULL)
684 if_com_free[ifp->if_alloctype](ifp->if_l2com,
685 ifp->if_alloctype);
/freebsd-13-stable/sys/nfs/
H A Dbootp_subr.c1562 switch (ifp->if_alloctype) {
1591 switch (ifp->if_alloctype) {
/freebsd-13-stable/sys/dev/hyperv/netvsc/
H A Dif_hn.c1177 if (ifp->if_alloctype != IFT_ETHER)

Completed in 199 milliseconds