Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/microchip/vcap/
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()
Dvcap_tc.h11 struct flow_rule *frule; member
/Linux-v6.6/drivers/net/ethernet/microchip/lan966x/
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()
/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_flower.c70 flow_rule_match_basic(st->frule, &mt); in sparx5_tc_flower_handler_basic_usage()
145 flow_rule_match_control(st->frule, &mt); in sparx5_tc_flower_handler_control_usage()
242 if (!flow_rule_match_key(st->frule, idx)) in sparx5_tc_use_dissectors()
251 if (st->frule->match.dissector->used_keys ^ st->used_keys) { in sparx5_tc_use_dissectors()
1094 struct flow_rule *frule; in sparx5_tc_flower_replace() local
1111 state.frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_replace()
1125 frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_replace()
1126 flow_action_for_each(idx, act, &frule->action) { in sparx5_tc_flower_replace()
1386 state.frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_template_create()