Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_vlan.c58 hook_p vlan_hook[(EVL_VLID_MASK + 1)]; member
311 if (priv->vlan_hook[vf->vid] != NULL) { in ng_vlan_rcvmsg()
319 priv->vlan_hook[vf->vid] = hook; in ng_vlan_rcvmsg()
360 hook = priv->vlan_hook[vid]; in ng_vlan_rcvmsg()
378 priv->vlan_hook[vid] = NULL; in ng_vlan_rcvmsg()
385 if (priv->vlan_hook[i] != NULL && in ng_vlan_rcvmsg()
403 hook = priv->vlan_hook[i]; in ng_vlan_rcvmsg()
493 if (priv->vlan_hook[i] == NULL) in ng_vlan_rcvmsg()
500 priv->vlan_hook[i], 0); in ng_vlan_rcvmsg()
565 if (priv->vlan_hook[vid] != NULL) { in ng_vlan_rcvdata()
[all …]