Searched refs:untagging_rule (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix.c132 struct ocelot_vcap_filter *untagging_rule, *redirect_rule; local
138 untagging_rule = kzalloc(sizeof(struct ocelot_vcap_filter), GFP_KERNEL);
139 if (!untagging_rule)
144 kfree(untagging_rule);
150 untagging_rule->key_type = OCELOT_VCAP_KEY_ANY;
151 untagging_rule->ingress_port_mask = cpu_ports;
152 untagging_rule->vlan.vid.value = vid;
153 untagging_rule->vlan.vid.mask = VLAN_VID_MASK;
154 untagging_rule->prio = 1;
155 untagging_rule
198 struct ocelot_vcap_filter *untagging_rule, *redirect_rule; local
[all...]

Completed in 247 milliseconds