Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan_var.h153 (if_gettype(_ifp) == IFT_L2VLAN ? (*vlan_pcp_p)((_ifp), (_pcp)) : EINVAL)
166 extern int (*vlan_pcp_p)(struct ifnet *, uint16_t *);
H A Dif_vlan.c943 vlan_pcp_p = vlan_pcp; in vlan_modevent()
H A Dif.c2148 int (*vlan_pcp_p)(struct ifnet *, uint16_t *); variable