Searched refs:vlan_pcp_p (Results 1 – 4 of 4) sorted by relevance
146 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_pcp_p)((_ifp), (_pcp)) : EINVAL)159 extern int (*vlan_pcp_p)(struct ifnet *, uint16_t *);
848 vlan_pcp_p = vlan_pcp; in vlan_modevent()
2242 int (*vlan_pcp_p)(struct ifnet *, uint16_t *); variable