Searched refs:vlan_devat_p (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dif_vlan_var.h141 ((_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)
145 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
H A Dif_vlan.c850 vlan_devat_p = vlan_devat;
878 vlan_devat_p = NULL;
H A Dif.c2282 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable in typeref:struct:vlan_devat_p

Completed in 128 milliseconds