Lines Matching refs:vlan_id
54 u16 vlan_id)
59 [vlan_id / VLAN_GROUP_ARRAY_PART_LEN];
64 return array ? array[vlan_id % VLAN_GROUP_ARRAY_PART_LEN] : NULL;
69 u16 vlan_id)
76 return __vlan_group_get_device(vg, pidx, vlan_id);
80 __be16 vlan_proto, u16 vlan_id,
89 [vlan_id / VLAN_GROUP_ARRAY_PART_LEN];
90 array[vlan_id % VLAN_GROUP_ARRAY_PART_LEN] = dev;
95 __be16 vlan_proto, u16 vlan_id)
101 vlan_proto, vlan_id);
138 __be16 protocol, u16 vlan_id,