Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h148 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_cookie_p)((_ifp)) : NULL)
161 extern void *(*vlan_cookie_p)(struct ifnet *);
/f-stack/freebsd/net/
H A Dif_vlan_var.h148 ((_ifp)->if_type == IFT_L2VLAN ? (*vlan_cookie_p)((_ifp)) : NULL)
161 extern void *(*vlan_cookie_p)(struct ifnet *);
H A Dif_vlan.c845 vlan_cookie_p = vlan_cookie; in vlan_modevent()
875 vlan_cookie_p = NULL; in vlan_modevent()
H A Dif.c2244 void *(*vlan_cookie_p)(struct ifnet *); variable