VLAN_GROUP_ARRAY_PART_LEN   60 net/8021q/vlan.c 	vidx  = vlan_id / VLAN_GROUP_ARRAY_PART_LEN;
VLAN_GROUP_ARRAY_PART_LEN   65 net/8021q/vlan.c 	size = sizeof(struct net_device *) * VLAN_GROUP_ARRAY_PART_LEN;
VLAN_GROUP_ARRAY_PART_LEN   59 net/8021q/vlan.h 				       [vlan_id / VLAN_GROUP_ARRAY_PART_LEN];
VLAN_GROUP_ARRAY_PART_LEN   60 net/8021q/vlan.h 	return array ? array[vlan_id % VLAN_GROUP_ARRAY_PART_LEN] : NULL;
VLAN_GROUP_ARRAY_PART_LEN   78 net/8021q/vlan.h 				       [vlan_id / VLAN_GROUP_ARRAY_PART_LEN];
VLAN_GROUP_ARRAY_PART_LEN   79 net/8021q/vlan.h 	array[vlan_id % VLAN_GROUP_ARRAY_PART_LEN] = dev;