Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h153 ((_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)
157 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
/f-stack/freebsd/net/
H A Dif_vlan_var.h153 ((_ifp)->if_vlantrunk != NULL ? (*vlan_devat_p)((_ifp), (_vid)) : NULL)
157 extern struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t);
H A Dif_vlan.c849 vlan_devat_p = vlan_devat; in vlan_modevent()
877 vlan_devat_p = NULL; in vlan_modevent()
H A Dif.c2240 struct ifnet *(*vlan_devat_p)(struct ifnet *, uint16_t); variable