Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_TCP (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/net/
H A Dflow_dissector.h353 FLOW_DISSECTOR_KEY_TCP, /* struct flow_dissector_key_tcp */ enumerator
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c129 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 Dtc.c298 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 Dspectrum_flower.c501 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 Dvcap_tc.c316 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 Dlan966x_tc_flower.c218 [FLOW_DISSECTOR_KEY_TCP] = vcap_tc_flower_handler_tcp_usage,
/openbmc/linux/net/core/
H A Dflow_offload.c145 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_TCP, out); in flow_rule_match_tcp()
H A Dflow_dissector.c810 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/net/netfilter/
H A Dnf_flow_table_offload.c104 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/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c31 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 Dmatch.c235 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_compile_ip_ext()
H A Dconntrack.c395 if (ovlp_keys & BIT_ULL(FLOW_DISSECTOR_KEY_TCP)) { in nfp_ct_merge_check()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c249 [FLOW_DISSECTOR_KEY_TCP] = vcap_tc_flower_handler_tcp_usage,
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c468 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 Den_tc.c2618 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 Dcls_flower.c2060 FLOW_DISSECTOR_KEY_TCP, tcp); in fl_init_dissector()