Searched refs:vlan_tag_p (Results 1 – 3 of 3) sorted by relevance
151 (if_gettype(_ifp) == IFT_L2VLAN ? (*vlan_tag_p)((_ifp), (_vid)) : EINVAL)165 extern int (*vlan_tag_p)(struct ifnet *, uint16_t *);
938 vlan_tag_p = vlan_tag; in vlan_modevent()965 vlan_tag_p = NULL; in vlan_modevent()
2123 int (*vlan_tag_p)(struct ifnet *, uint16_t *); variable