Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/
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()
A Dvcap_tc.h11 struct flow_rule *frule; member
/linux-6.3-rc2/drivers/net/ethernet/microchip/lan966x/
A Dlan966x_tc_flower.c27 flow_rule_match_control(st->frule, &match); in lan966x_tc_flower_handler_control_usage()
69 flow_rule_match_basic(st->frule, &match); in lan966x_tc_flower_handler_basic_usage()
149 state.frule = flow_cls_offload_flow_rule(f); in lan966x_tc_flower_use_dissectors()
151 if (!flow_rule_match_key(state.frule, i) || in lan966x_tc_flower_use_dissectors()
231 struct flow_rule *frule; in lan966x_tc_flower_add() local
251 frule = flow_cls_offload_flow_rule(f); in lan966x_tc_flower_add()
253 flow_action_for_each(idx, act, &frule->action) { in lan966x_tc_flower_add()
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_tc_flower.c62 flow_rule_match_basic(st->frule, &mt); in sparx5_tc_flower_handler_basic_usage()
137 flow_rule_match_control(st->frule, &mt); in sparx5_tc_flower_handler_control_usage()
234 if (!flow_rule_match_key(st->frule, idx)) in sparx5_tc_use_dissectors()
243 if (st->frule->match.dissector->used_keys ^ st->used_keys) { in sparx5_tc_use_dissectors()
1019 struct flow_rule *frule; in sparx5_tc_flower_replace() local
1036 state.frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_replace()
1050 frule = flow_cls_offload_flow_rule(fco); in sparx5_tc_flower_replace()
1051 flow_action_for_each(idx, act, &frule->action) { in sparx5_tc_flower_replace()

Completed in 8 milliseconds