Searched refs:FLOW_DISSECTOR_KEY_TCP (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | 353 FLOW_DISSECTOR_KEY_TCP, /* struct flow_dissector_key_tcp */ enumerator
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | tc_conntrack.c | 129 BIT_ULL(FLOW_DISSECTOR_KEY_TCP) | in efx_tc_ct_parse_match() 245 if (flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_TCP)) { in efx_tc_ct_parse_match()
|
H A D | tc.c | 298 BIT_ULL(FLOW_DISSECTOR_KEY_TCP) | in efx_tc_flower_parse_match() 315 BIT_ULL(FLOW_DISSECTOR_KEY_TCP))) { in efx_tc_flower_parse_match() 366 BIT_ULL(FLOW_DISSECTOR_KEY_TCP))) { in efx_tc_flower_parse_match()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_flower.c | 501 if (!flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) in mlxsw_sp_flower_parse_tcp() 579 BIT_ULL(FLOW_DISSECTOR_KEY_TCP) | in mlxsw_sp_flower_parse()
|
/openbmc/linux/drivers/net/ethernet/microchip/vcap/ |
H A D | vcap_tc.c | 316 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_TCP); in vcap_tc_flower_handler_tcp_usage()
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_tc_flower.c | 218 [FLOW_DISSECTOR_KEY_TCP] = vcap_tc_flower_handler_tcp_usage,
|
/openbmc/linux/net/netfilter/ |
H A D | nf_flow_table_offload.c | 104 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_TCP, tcp); in nf_flow_rule_match() 173 match->dissector.used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_TCP); in nf_flow_rule_match()
|
/openbmc/linux/net/core/ |
H A D | flow_offload.c | 145 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_TCP, out); in flow_rule_match_tcp()
|
H A D | flow_dissector.c | 810 if (!dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_TCP)) in __skb_flow_dissect_tcp() 821 FLOW_DISSECTOR_KEY_TCP, in __skb_flow_dissect_tcp()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | offload.c | 31 BIT_ULL(FLOW_DISSECTOR_KEY_TCP) | \ 476 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_calculate_key_layers()
|
H A D | match.c | 235 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_compile_ip_ext()
|
H A D | conntrack.c | 395 if (ovlp_keys & BIT_ULL(FLOW_DISSECTOR_KEY_TCP)) { in nfp_ct_merge_check()
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_tc_flower.c | 249 [FLOW_DISSECTOR_KEY_TCP] = vcap_tc_flower_handler_tcp_usage,
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_ct.c | 468 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in mlx5_tc_ct_set_tuple_match()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2618 BIT_ULL(FLOW_DISSECTOR_KEY_TCP) | in __parse_cls_flower() 2957 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in __parse_cls_flower()
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 2061 FLOW_DISSECTOR_KEY_TCP, tcp); in fl_init_dissector()
|