Searched refs:vlan_devat_p (Results 1 – 3 of 3) sorted by relevance
160 (if_getvlantrunk(_ifp) != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)164 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
939 vlan_devat_p = vlan_devat; in vlan_modevent()967 vlan_devat_p = NULL; in vlan_modevent()
2128 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable