Searched refs:vlan_devat_p (Results 1 – 4 of 4) sorted by relevance
153 ((_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)157 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
849 vlan_devat_p = vlan_devat; in vlan_modevent()877 vlan_devat_p = NULL; in vlan_modevent()
2240 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable