Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h144 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_tag_p)((_ifp), (_vid)) : EINVAL)
158 extern int (*vlan_tag_p)(struct ifnet *, uint16_t *);
/f-stack/freebsd/net/
H A Dif_vlan_var.h144 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_tag_p)((_ifp), (_vid)) : EINVAL)
158 extern int (*vlan_tag_p)(struct ifnet *, uint16_t *);
H A Dif_vlan.c847 vlan_tag_p = vlan_tag; in vlan_modevent()
874 vlan_tag_p = NULL; in vlan_modevent()
H A Dif.c2241 int (*vlan_tag_p)(struct ifnet *, uint16_t *); variable