Searched refs:vlan_group_hash (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/8021q/
H A Dvlan.c51 static struct hlist_head vlan_group_hash[VLAN_GRP_HASH_SIZE]; variable in typeref:struct:hlist_head
77 hlist_for_each_entry_rcu(grp, n, &vlan_group_hash[hash], hlist) {
118 &vlan_group_hash[vlan_grp_hashfn(real_dev->ifindex)]);
769 BUG_ON(!hlist_empty(&vlan_group_hash[i]));

Completed in 26 milliseconds