Searched refs:VLAN_GRP_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance
36 #define VLAN_GRP_HASH_SIZE (1 << VLAN_GRP_HASH_SHIFT) macro37 #define VLAN_GRP_HASH_MASK (VLAN_GRP_HASH_SIZE - 1)38 extern struct vlan_group *vlan_group_hash[VLAN_GRP_HASH_SIZE];
42 struct vlan_group *vlan_group_hash[VLAN_GRP_HASH_SIZE];121 for (i = 0; i < VLAN_GRP_HASH_SIZE; i++) { in vlan_cleanup_module()
304 for (h = 0; h < VLAN_GRP_HASH_SIZE; h++) { in vlan_proc_get_vlan_info()