Searched refs:FLOW_DISSECTOR_KEY_TCP (Results 1 – 11 of 11) sorted by relevance
/linux/include/net/ |
A D | flow_dissector.h | 275 FLOW_DISSECTOR_KEY_TCP, /* struct flow_dissector_key_tcp */ enumerator
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_flower.c | 365 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) in mlxsw_sp_flower_parse_tcp() 442 BIT(FLOW_DISSECTOR_KEY_TCP) | in mlxsw_sp_flower_parse()
|
/linux/net/netfilter/ |
A D | nf_flow_table_offload.c | 105 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_TCP, tcp); in nf_flow_rule_match() 170 match->dissector.used_keys |= BIT(FLOW_DISSECTOR_KEY_TCP); in nf_flow_rule_match()
|
/linux/net/core/ |
A D | flow_offload.c | 110 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_TCP, out); in flow_rule_match_tcp()
|
A D | flow_dissector.c | 706 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_TCP)) in __skb_flow_dissect_tcp() 717 FLOW_DISSECTOR_KEY_TCP, in __skb_flow_dissect_tcp()
|
/linux/drivers/net/ethernet/netronome/nfp/flower/ |
A D | offload.c | 31 BIT(FLOW_DISSECTOR_KEY_TCP) | \ 476 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_calculate_key_layers()
|
A D | match.c | 223 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_compile_ip_ext()
|
A D | conntrack.c | 169 if (ovlp_keys & BIT(FLOW_DISSECTOR_KEY_TCP)) { in nfp_ct_merge_check()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_ct.c | 425 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in mlx5_tc_ct_set_tuple_match()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en_tc.c | 2170 BIT(FLOW_DISSECTOR_KEY_TCP) | in __parse_cls_flower() 2492 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in __parse_cls_flower()
|
/linux/net/sched/ |
A D | cls_flower.c | 1787 FLOW_DISSECTOR_KEY_TCP, tcp); in fl_init_dissector()
|
Completed in 43 milliseconds