Searched refs:flow_rule_match_basic (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
D | flow_offload.c | 44 void flow_rule_match_basic(const struct flow_rule *rule, in flow_rule_match_basic() function 49 EXPORT_SYMBOL(flow_rule_match_basic);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 132 flow_rule_match_basic(rule, &match); in nfp_flower_compile_mac() 169 flow_rule_match_basic(rule, &match); in nfp_flower_compile_ip_ext()
|
D | action.c | 802 flow_rule_match_basic(rule, &match); in nfp_fl_commit_mangle()
|
D | offload.c | 416 flow_rule_match_basic(rule, &basic); in nfp_flower_calculate_key_layers()
|
/kernel/linux/linux-5.10/include/net/ |
D | flow_offload.h | 79 void flow_rule_match_basic(const struct flow_rule *rule,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.c | 183 flow_rule_match_basic(rule, &match); in cxgb4_process_flow_match() 332 flow_rule_match_basic(rule, &match); in cxgb4_validate_flow_match()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
D | sja1105_flower.c | 219 flow_rule_match_basic(rule, &match); in sja1105_flower_parse_key()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/ |
D | ocelot_flower.c | 502 flow_rule_match_basic(rule, &match); in ocelot_flower_parse_key()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_flower.c | 443 flow_rule_match_basic(rule, &match); in mlxsw_sp_flower_parse()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 435 flow_rule_match_basic(rule, &match); in tc_add_basic_flow()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 215 flow_rule_match_basic(rule, &basic); in mlx5_tc_ct_rule_to_tuple() 334 flow_rule_match_basic(rule, &match); in mlx5_tc_ct_set_tuple_match()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
D | qede_filter.c | 1858 flow_rule_match_basic(rule, &match); in qede_parse_flow_attr()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 385 flow_rule_match_basic(rule, &match); in bnxt_tc_parse_flow()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2348 flow_rule_match_basic(rule, &match); in __parse_cls_flower() 2499 flow_rule_match_basic(rule, &match); in __parse_cls_flower()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
D | iavf_main.c | 2772 flow_rule_match_basic(rule, &match); in iavf_parse_cls_flower()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | igb_main.c | 2631 flow_rule_match_basic(rule, &match); in igb_parse_cls_flower()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 7948 flow_rule_match_basic(rule, &match); in i40e_parse_cls_flower()
|