Searched refs:vlan_hook (Results 1 – 1 of 1) sorted by relevance
56 hook_p vlan_hook[(EVL_VLID_MASK + 1)]; member309 if (priv->vlan_hook[vf->vid] != NULL) { in ng_vlan_rcvmsg()317 priv->vlan_hook[vf->vid] = hook; in ng_vlan_rcvmsg()337 KASSERT(priv->vlan_hook[EVL_VLANOFTAG(hook_data)] == hook, in ng_vlan_rcvmsg()342 priv->vlan_hook[EVL_VLANOFTAG(hook_data)] = NULL; in ng_vlan_rcvmsg()358 hook = priv->vlan_hook[vid]; in ng_vlan_rcvmsg()376 priv->vlan_hook[vid] = NULL; in ng_vlan_rcvmsg()383 if (priv->vlan_hook[i] != NULL && in ng_vlan_rcvmsg()384 NG_HOOK_IS_VALID(priv->vlan_hook[i])) in ng_vlan_rcvmsg()401 hook = priv->vlan_hook[i]; in ng_vlan_rcvmsg()[all …]