Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dif_vlan_var.h151 (*vlan_setcookie_p)((_ifp), (_cookie)) : EINVAL)
160 extern int (*vlan_setcookie_p)(struct ifnet *, void *);
/f-stack/freebsd/net/
H A Dif_vlan_var.h151 (*vlan_setcookie_p)((_ifp), (_cookie)) : EINVAL)
160 extern int (*vlan_setcookie_p)(struct ifnet *, void *);
H A Dif_vlan.c846 vlan_setcookie_p = vlan_setcookie; in vlan_modevent()
876 vlan_setcookie_p = NULL; in vlan_modevent()
H A Dif.c2243 int (*vlan_setcookie_p)(struct ifnet *, void *); variable