VLAN_GRP_HASH_SIZE   47 net/8021q/vlan.c static struct hlist_head vlan_group_hash[VLAN_GRP_HASH_SIZE];
VLAN_GRP_HASH_SIZE  753 net/8021q/vlan.c 	for (i = 0; i < VLAN_GRP_HASH_SIZE; i++)
VLAN_GRP_HASH_SIZE   57 net/8021q/vlan.h #define VLAN_GRP_HASH_MASK	(VLAN_GRP_HASH_SIZE - 1)