Home
last modified time | relevance | path

Searched refs:FLOW_DISSECTOR_KEY_IPV6_ADDRS (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v5.15/net/core/
Dflow_dissector.c330 skb_flow_dissect_set_enc_addr_type(FLOW_DISSECTOR_KEY_IPV6_ADDRS, in skb_flow_dissect_tunnel_info()
831 FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in __skb_flow_bpf_to_target()
833 FLOW_DISSECTOR_KEY_IPV6_ADDRS, in __skb_flow_bpf_to_target()
839 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in __skb_flow_bpf_to_target()
1101 FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in __skb_flow_dissect()
1103 FLOW_DISSECTOR_KEY_IPV6_ADDRS, in __skb_flow_dissect()
1110 key_control->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in __skb_flow_dissect()
1471 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in flow_keys_hash_length()
1486 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in flow_get_u32_src()
1502 case FLOW_DISSECTOR_KEY_IPV6_ADDRS: in flow_get_u32_dst()
[all …]
Dflow_offload.c89 FLOW_DISSECTOR_MATCH(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS, out); in flow_rule_match_ipv6_addrs()
/Linux-v5.15/net/netfilter/
Dnft_payload.c317 NFT_OFFLOAD_MATCH(FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6, src, in nft_payload_offload_ip6()
319 nft_flow_rule_set_addr_type(flow, FLOW_DISSECTOR_KEY_IPV6_ADDRS); in nft_payload_offload_ip6()
326 NFT_OFFLOAD_MATCH(FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6, dst, in nft_payload_offload_ip6()
328 nft_flow_rule_set_addr_type(flow, FLOW_DISSECTOR_KEY_IPV6_ADDRS); in nft_payload_offload_ip6()
Dnf_flow_table_offload.c75 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_lwt_match()
104 NF_FLOW_DISSECTOR(match, FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6); in nf_flow_rule_match()
152 key->control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nf_flow_rule_match()
/Linux-v5.15/include/net/
Dflow_dissector.h258 FLOW_DISSECTOR_KEY_IPV6_ADDRS, /* struct flow_dissector_key_ipv6_addrs */ enumerator
Dipv6.h844 flow->control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in iph_to_flow_copy_v6addrs()
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_flower.c175 } else if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in cxgb4_process_flow_match()
176 addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in cxgb4_process_flow_match()
216 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in cxgb4_process_flow_match()
319 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in cxgb4_validate_flow_match()
/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_flower.c443 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in ocelot_flower_parse_key()
570 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS) && in ocelot_flower_parse_key()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_flower.c440 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in mlxsw_sp_flower_parse()
536 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) in mlxsw_sp_flower_parse()
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_flower.c105 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in prestera_flower_parse()
/Linux-v5.15/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c414 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in otx2_tc_prepare_flow()
534 } else if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in otx2_tc_prepare_flow()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c230 } else if (tuple->addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5_tc_ct_rule_to_tuple()
373 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5_tc_ct_set_tuple_match()
922 } else if (rev_tuple.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5_tc_ct_shared_counter_get()
1208 tuple->addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in mlx5_tc_ct_skb_to_tuple()
Dtc_tun.c852 } else if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_tc_tun_parse()
/Linux-v5.15/net/ipv6/
Droute.c2353 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_outer()
2400 } else if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in rt6_multipath_custom_hash_inner()
2401 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_inner()
2442 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_custom_hash_fl6()
2469 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2495 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2503 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2514 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
2528 } else if (flkeys->control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in rt6_multipath_hash()
2529 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in rt6_multipath_hash()
[all …]
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c30 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | \
142 flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS) || in nfp_flower_check_higher_than_mac()
330 FLOW_DISSECTOR_KEY_IPV6_ADDRS; in nfp_flower_calculate_key_layers()
Dmatch.c343 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in nfp_flower_compile_ipv6()
Dconntrack.c119 if (ovlp_keys & BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in nfp_ct_merge_check()
303 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in nfp_ct_check_mangle_merge()
/Linux-v5.15/net/sched/
Dcls_flower.c1563 key->control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1667 key->enc_control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fl_set_key()
1776 FLOW_DISSECTOR_KEY_IPV6_ADDRS, ipv6); in fl_init_dissector()
2910 else if (key->control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()
3006 else if (key->enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS && in fl_dump_key()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dtc.c565 } else if (key.enc_control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in mlx5e_restore_tunnel()
/Linux-v5.15/net/ipv4/
Droute.c1964 } else if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in fib_multipath_custom_hash_inner()
1965 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fib_multipath_custom_hash_inner()
2087 } else if (keys.control.addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in fib_multipath_hash()
2088 hash_keys.control.addr_type = FLOW_DISSECTOR_KEY_IPV6_ADDRS; in fib_multipath_hash()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-switch-flower.c26 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in dpaa2_switch_flower_parse_key()
/Linux-v5.15/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1741 if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in qede_flow_parse_v6_common()
1842 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in qede_parse_flow_attr()
/Linux-v5.15/drivers/net/ethernet/intel/iavf/
Diavf_main.c2776 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS) | in iavf_parse_cls_flower()
2926 if (addr_type == FLOW_DISSECTOR_KEY_IPV6_ADDRS) { in iavf_parse_cls_flower()
/Linux-v5.15/net/ethtool/
Dioctl.c3141 BIT(FLOW_DISSECTOR_KEY_IPV6_ADDRS); in ethtool_rx_flow_rule_create()
3142 match->dissector.offset[FLOW_DISSECTOR_KEY_IPV6_ADDRS] = in ethtool_rx_flow_rule_create()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c432 } else if (flow_rule_match_key(rule, FLOW_DISSECTOR_KEY_IPV6_ADDRS)) { in bnxt_tc_parse_flow()

12