Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan_var.h150 (if_gettype(_ifp) == IFT_L2VLAN ? (*vlan_cookie_p)((_ifp)) : NULL)
163 extern void *(*vlan_cookie_p)(struct ifnet *);
H A Dif_vlan.c914 vlan_cookie_p = vlan_cookie; in vlan_modevent()
944 vlan_cookie_p = NULL; in vlan_modevent()
H A Dif.c2013 void *(*vlan_cookie_p)(struct ifnet *); variable