Searched refs:vlan_tag_p (Results 1 – 4 of 4) sorted by relevance
144 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_tag_p)((_ifp), (_vid)) : EINVAL)158 extern int (*vlan_tag_p)(struct ifnet *, uint16_t *);
847 vlan_tag_p = vlan_tag; in vlan_modevent()874 vlan_tag_p = NULL; in vlan_modevent()
2241 int (*vlan_tag_p)(struct ifnet *, uint16_t *); variable