Searched refs:ocelot_rule (Results 1 – 1 of 1) sorted by relevance
42 struct ocelot_ace_rule *ocelot_rule) in ocelot_flower_parse() argument87 ocelot_rule->type = OCELOT_ACE_TYPE_ETYPE; in ocelot_flower_parse()88 ether_addr_copy(ocelot_rule->frame.etype.dmac.value, in ocelot_flower_parse()90 ether_addr_copy(ocelot_rule->frame.etype.smac.value, in ocelot_flower_parse()92 ether_addr_copy(ocelot_rule->frame.etype.dmac.mask, in ocelot_flower_parse()94 ether_addr_copy(ocelot_rule->frame.etype.smac.mask, in ocelot_flower_parse()104 ocelot_rule->type = OCELOT_ACE_TYPE_IPV4; in ocelot_flower_parse()105 ocelot_rule->frame.ipv4.proto.value[0] = in ocelot_flower_parse()107 ocelot_rule->frame.ipv4.proto.mask[0] = in ocelot_flower_parse()111 ocelot_rule->type = OCELOT_ACE_TYPE_IPV6; in ocelot_flower_parse()[all …]