Searched refs:vlan_devat_p (Results 1 – 3 of 3) sorted by relevance
155 ((_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)159 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
886 vlan_devat_p = vlan_devat; in vlan_modevent()915 vlan_devat_p = NULL; in vlan_modevent()
2207 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable