Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_TCP (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/
H A Dflow_dissector.h277 FLOW_DISSECTOR_KEY_TCP, /* struct flow_dissector_key_tcp */ enumerator
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/net/
H A Dflow_dissector.h353 FLOW_DISSECTOR_KEY_TCP, /* struct flow_dissector_key_tcp */ enumerator
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c342 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/core/
H A Dflow_offload.c110 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_TCP, out); in flow_rule_match_tcp()
H A Dflow_dissector.c697 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_tc_flower.c218 [FLOW_DISSECTOR_KEY_TCP] = vcap_tc_flower_handler_tcp_usage,
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_flow_table_offload.c92 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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c184 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_compile_ip_ext()
H A Doffload.c30 BIT(FLOW_DISSECTOR_KEY_TCP) | \
478 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_calculate_key_layers()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c235 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in nfp_flower_compile_ip_ext()
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 Dconntrack.c395 if (ovlp_keys & BIT_ULL(FLOW_DISSECTOR_KEY_TCP)) { in nfp_ct_merge_check()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c230 [FLOW_DISSECTOR_KEY_TCP] = vcap_tc_flower_handler_tcp_usage,
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c423 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in mlx5_tc_ct_set_tuple_match()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c2315 BIT(FLOW_DISSECTOR_KEY_TCP) | in __parse_cls_flower()
2645 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_TCP)) { in __parse_cls_flower()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/net/sched/
H A Dcls_flower.c1786 FLOW_DISSECTOR_KEY_TCP, tcp); in fl_init_dissector()

Completed in 53 milliseconds

12