Home
last modified time | relevance | path

Searched refs:vlan_pcp_p (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h146 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_pcp_p)((_ifp), (_pcp)) : EINVAL)
159 extern int (*vlan_pcp_p)(struct ifnet *, uint16_t *);
/f-stack/freebsd/net/
H A Dif_vlan_var.h146 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_pcp_p)((_ifp), (_pcp)) : EINVAL)
159 extern int (*vlan_pcp_p)(struct ifnet *, uint16_t *);
H A Dif_vlan.c848 vlan_pcp_p = vlan_pcp; in vlan_modevent()
H A Dif.c2242 int (*vlan_pcp_p)(struct ifnet *, uint16_t *); variable