Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/8021q/
Dvlan.h36 #define VLAN_GRP_HASH_SIZE (1 << VLAN_GRP_HASH_SHIFT) macro
37 #define VLAN_GRP_HASH_MASK (VLAN_GRP_HASH_SIZE - 1)
38 extern struct vlan_group *vlan_group_hash[VLAN_GRP_HASH_SIZE];
Dvlan.c42 struct vlan_group *vlan_group_hash[VLAN_GRP_HASH_SIZE];
121 for (i = 0; i < VLAN_GRP_HASH_SIZE; i++) { in vlan_cleanup_module()
Dvlanproc.c304 for (h = 0; h < VLAN_GRP_HASH_SIZE; h++) { in vlan_proc_get_vlan_info()