Home
last modified time | relevance | path

Searched refs:frule (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c35 flow_rule_match_eth_addrs(st->frule, &match); in vcap_tc_flower_handler_ethaddr_usage()
70 flow_rule_match_ipv4_addrs(st->frule, &mt); in vcap_tc_flower_handler_ipv4_usage()
108 flow_rule_match_ipv6_addrs(st->frule, &mt); in vcap_tc_flower_handler_ipv6_usage()
141 flow_rule_match_ports(st->frule, &mt); in vcap_tc_flower_handler_portnum_usage()
179 flow_rule_match_cvlan(st->frule, &mt); in vcap_tc_flower_handler_cvlan_usage()
220 flow_rule_match_vlan(st->frule, &mt); in vcap_tc_flower_handler_vlan_usage()
258 flow_rule_match_tcp(st->frule, &mt); in vcap_tc_flower_handler_tcp_usage()
333 flow_rule_match_arp(st->frule, &mt); in vcap_tc_flower_handler_arp_usage()
394 flow_rule_match_ip(st->frule, &mt); in vcap_tc_flower_handler_ip_usage()
H A Dvcap_tc.h11 struct flow_rule *frule; member
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c51 flow_rule_match_control(st->frule, &match); in lan966x_tc_flower_handler_control_usage()
93 flow_rule_match_basic(st->frule, &match); in lan966x_tc_flower_handler_basic_usage()
236 state.frule = flow_cls_offload_flow_rule(f); in lan966x_tc_flower_use_dissectors()
238 if (!flow_rule_match_key(state.frule, i) || in lan966x_tc_flower_use_dissectors()
448 struct flow_rule *frule; in lan966x_tc_flower_add() local
473 frule = flow_cls_offload_flow_rule(f); in lan966x_tc_flower_add()
475 flow_action_for_each(idx, act, &frule->action) { in lan966x_tc_flower_add()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c91 flow_rule_match_basic(st->frule, &mt); in sparx5_tc_flower_handler_basic_usage()
166 flow_rule_match_control(st->frule, &mt); in sparx5_tc_flower_handler_control_usage()
261 if (!flow_rule_match_key(st->frule, idx)) in sparx5_tc_use_dissectors()
270 if (st->frule->match.dissector->used_keys ^ st->used_keys) { in sparx5_tc_use_dissectors()
1113 struct flow_rule *frule; in sparx5_tc_flower_replace() local
1130 state.frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_replace()
1144 frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_replace()
1145 flow_action_for_each(idx, act, &frule->action) { in sparx5_tc_flower_replace()
1405 state.frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_template_create()