Searched refs:FLOW_DISSECTOR_KEY_TCP (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/include/net/ |
D | flow_dissector.h | 275 FLOW_DISSECTOR_KEY_TCP, /* struct flow_dissector_key_tcp */ enumerator
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_flower.c | 342 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) in mlxsw_sp_flower_parse_tcp() 419 BIT(FLOW_DISSECTOR_KEY_TCP) | in mlxsw_sp_flower_parse()
|
/Linux-v5.10/net/core/ |
D | flow_offload.c | 110 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_TCP, out); in flow_rule_match_tcp()
|
D | flow_dissector.c | 697 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_TCP)) in __skb_flow_dissect_tcp() 708 FLOW_DISSECTOR_KEY_TCP, in __skb_flow_dissect_tcp()
|
/Linux-v5.10/net/netfilter/ |
D | nf_flow_table_offload.c | 92 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_TCP, tcp); in nf_flow_rule_match() 131 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_TCP); in nf_flow_rule_match()
|
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/flower/ |
D | match.c | 184 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_compile_ip_ext()
|
D | offload.c | 30 BIT(FLOW_DISSECTOR_KEY_TCP) | \ 478 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_calculate_key_layers()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | tc_ct.c | 383 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in mlx5_tc_ct_set_tuple_match()
|
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 2267 BIT(FLOW_DISSECTOR_KEY_TCP) | in __parse_cls_flower() 2579 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in __parse_cls_flower()
|
/Linux-v5.10/net/sched/ |
D | cls_flower.c | 1726 FLOW_DISSECTOR_KEY_TCP, tcp); in fl_init_dissector()
|