Home
last modified time | relevance | path

Searched refs:dst_v6 (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c526 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6; in nf_flow_snat_ipv6()
554 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.dst_v6; in nf_flow_dnat_ipv6()
636 tuple->dst_v6 = ip6h->daddr; in nf_flow_tuple_ipv6()
H A Dnf_flow_table_offload.c159 key->ipv6.dst = tuple->dst_v6; in nf_flow_rule_match()
406 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_snat()
435 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_dnat()
H A Dnf_flow_table_core.c36 ft->dst_v6 = ctt->dst.u3.in6; in flow_offload_fill_dir()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c125 struct in6_addr dst_v6; member
252 tuple->ip.dst_v6 = match.key->dst; in mlx5_tc_ct_rule_to_tuple()
309 tuple->ip.dst_v6.s6_addr32[ip6_offset - 4] = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
1049 rev_tuple.ip.src_v6 = rev_tuple.ip.dst_v6; in mlx5_tc_ct_shared_counter_get()
1050 rev_tuple.ip.dst_v6 = tmp_addr; in mlx5_tc_ct_shared_counter_get()
1392 tuple->ip.dst_v6 = flow_keys.addrs.v6addrs.dst; in mlx5_tc_ct_skb_to_tuple()
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h116 struct in6_addr dst_v6; member
/openbmc/linux/net/sched/
H A Dact_ct.c647 tuple->dst_v6 = ip6h->daddr; in tcf_ct_flow_table_fill_tuple_ipv6()