Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_IPV4_ADDRS (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.12.1/net/core/
Dflow_dissector.c408 skb_flow_dissect_set_enc_control(FLOW_DISSECTOR_KEY_IPV4_ADDRS, in skb_flow_dissect_tunnel_info()
951 dissector_uses_key(flow_dissector, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in __skb_flow_bpf_to_target()
953 FLOW_DISSECTOR_KEY_IPV4_ADDRS, in __skb_flow_bpf_to_target()
957 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in __skb_flow_bpf_to_target()
1204 FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in __skb_flow_dissect()
1206 FLOW_DISSECTOR_KEY_IPV4_ADDRS, in __skb_flow_dissect()
1213 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in __skb_flow_dissect()
1711 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in flow_keys_hash_length()
1727 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in flow_get_u32_src()
1743 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in flow_get_u32_dst()
[all …]
Dflow_offload.c110 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS, out); in flow_rule_match_ipv4_addrs()
/linux-6.12.1/drivers/net/ethernet/mediatek/
Dmtk_ppe_offload.c328 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in mtk_flow_offload_replace()
396 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mtk_flow_offload_replace()
444 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mtk_flow_offload_replace()
/linux-6.12.1/drivers/net/ethernet/sfc/
Dtc_conntrack.c106 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in efx_tc_ct_parse_match()
126 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in efx_tc_ct_parse_match()
180 if (ipv == 4 && flow_rule_match_key(fr, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in efx_tc_ct_parse_match()
Dtc.c258 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in efx_tc_flower_parse_match()
287 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in efx_tc_flower_parse_match()
310 (BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in efx_tc_flower_parse_match()
399 case FLOW_DISSECTOR_KEY_IPV4_ADDRS: in efx_tc_flower_parse_match()
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c173 } else if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in cxgb4_process_flow_match()
174 addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in cxgb4_process_flow_match()
201 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in cxgb4_process_flow_match()
318 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in cxgb4_validate_flow_match()
/linux-6.12.1/net/netfilter/
Dnft_payload.c387 NFT_OFFLOAD_MATCH(FLOW_DISSECTOR_KEY_IPV4_ADDRS, ipv4, src, in nft_payload_offload_ip()
389 nft_flow_rule_set_addr_type(flow, FLOW_DISSECTOR_KEY_IPV4_ADDRS); in nft_payload_offload_ip()
396 NFT_OFFLOAD_MATCH(FLOW_DISSECTOR_KEY_IPV4_ADDRS, ipv4, dst, in nft_payload_offload_ip()
398 nft_flow_rule_set_addr_type(flow, FLOW_DISSECTOR_KEY_IPV4_ADDRS); in nft_payload_offload_ip()
Dnf_flow_table_offload.c59 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in nf_flow_rule_lwt_match()
102 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_IPV4_ADDRS, ipv4); in nf_flow_rule_match()
147 key->control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in nf_flow_rule_match()
/linux-6.12.1/include/net/
Dflow_dissector.h348 FLOW_DISSECTOR_KEY_IPV4_ADDRS, /* struct flow_dissector_key_ipv4_addrs */ enumerator
Dip.h599 flow->control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in iph_to_flow_copy_v4addrs()
/linux-6.12.1/net/ipv4/
Droute.c1913 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_custom_hash_outer()
1952 if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in fib_multipath_custom_hash_inner()
1953 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_custom_hash_inner()
2000 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_custom_hash_fl4()
2026 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
2052 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
2060 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
2077 if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in fib_multipath_hash()
2078 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
2089 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fib_multipath_hash()
[all …]
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/
Dprestera_flower.c209 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in prestera_flower_parse()
286 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in prestera_flower_parse()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c575 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in mlxsw_sp_flower_parse()
675 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) in mlxsw_sp_flower_parse()
/linux-6.12.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c27 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS))) { in dpaa2_switch_flower_parse_key()
74 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in dpaa2_switch_flower_parse_key()
/linux-6.12.1/drivers/net/ethernet/mscc/
Docelot_flower.c589 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in ocelot_flower_parse_key()
704 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS) && in ocelot_flower_parse_key()
/linux-6.12.1/drivers/net/ethernet/microchip/vcap/
Dvcap_tc.c89 st->used_keys |= BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS); in vcap_tc_flower_handler_ipv4_usage()
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c29 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | \
141 return flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS) || in nfp_flower_check_higher_than_mac()
342 enc_ctl.key->addr_type != FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in nfp_flower_calculate_key_layers()
Dmatch.c338 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in nfp_flower_compile_ipv4()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c251 if (tuple->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mlx5_tc_ct_rule_to_tuple()
408 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mlx5_tc_ct_set_tuple_match()
1051 if (rev_tuple.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in mlx5_tc_ct_shared_counter_get()
1402 tuple->addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in mlx5_tc_ct_skb_to_tuple()
/linux-6.12.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_tc_flower.c217 [FLOW_DISSECTOR_KEY_IPV4_ADDRS] = vcap_tc_flower_handler_ipv4_usage,
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_tc_lib.c1391 if (enc_control.key->addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in ice_parse_tunnel_attr()
1486 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in ice_parse_cls_flower()
1682 if (addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS) { in ice_parse_cls_flower()
/linux-6.12.1/net/sched/
Dcls_flower.c1933 key->control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
2045 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV4_ADDRS; in fl_set_key()
2177 FLOW_DISSECTOR_KEY_IPV4_ADDRS, ipv4); in fl_init_dissector()
3514 if (key->control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
3621 if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV4_ADDRS && in fl_dump_key()
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c643 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in otx2_tc_prepare_flow()
797 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in otx2_tc_prepare_flow()
/linux-6.12.1/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1767 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV4_ADDRS)) { in qede_flow_parse_v4_common()
1842 BIT_ULL(FLOW_DISSECTOR_KEY_IPV4_ADDRS) | in qede_parse_flow_attr()
/linux-6.12.1/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_selftests.c1358 dissector->used_keys |= (1ULL << FLOW_DISSECTOR_KEY_IPV4_ADDRS); in __stmmac_test_l3filt()
1359 dissector->offset[FLOW_DISSECTOR_KEY_IPV4_ADDRS] = 0; in __stmmac_test_l3filt()

12