Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_path.c128 info->tun.dst_v6 = path->tun.dst_v6; in nft_dev_path_info()
224 fl.u.ip6.daddr = tun->dst_v6; in nft_flow_tunnel_update_route()
272 route->tuple[!dir].in.tun.src_v6 = info.tun.dst_v6; in nft_dev_forward_path()
273 route->tuple[!dir].in.tun.dst_v6 = info.tun.src_v6; in nft_dev_forward_path()
H A Dnf_flow_table_ip.c206 tuple->tun.dst_v6 = ip6h->daddr; in nf_flow_tuple_encap()
667 .saddr = tuple->tun.dst_v6, in nf_flow_tunnel_ip6ip6_push()
721 ip6h->saddr = tuple->tun.dst_v6; in nf_flow_tunnel_ip6ip6_push()
970 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6; in nf_flow_snat_ipv6()
998 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.dst_v6; in nf_flow_dnat_ipv6()
1080 tuple->dst_v6 = ip6h->daddr; in nf_flow_tuple_ipv6()
H A Dnf_flow_table_offload.c163 key->ipv6.dst = tuple->dst_v6; in nf_flow_rule_match()
434 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_snat()
463 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.dst_v6.s6_addr32; in flow_offload_ipv6_dnat()
H A Dnf_flow_table_core.c37 ft->dst_v6 = ctt->dst.u3.in6; in flow_offload_fill_dir()
/linux/include/net/netfilter/
H A Dnf_flow_table.h117 struct in6_addr dst_v6; member
130 struct in6_addr dst_v6; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c127 struct in6_addr dst_v6; member
262 tuple->ip.dst_v6 = match.key->dst; in mlx5_tc_ct_rule_to_tuple()
319 tuple->ip.dst_v6.s6_addr32[ip6_offset - 4] = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
1059 rev_tuple.ip.src_v6 = rev_tuple.ip.dst_v6; in mlx5_tc_ct_shared_counter_get()
1060 rev_tuple.ip.dst_v6 = tmp_addr; in mlx5_tc_ct_shared_counter_get()
1442 tuple->ip.dst_v6 = flow_keys.addrs.v6addrs.dst; in mlx5_tc_ct_skb_to_tuple()
/linux/net/sched/
H A Dact_ct.c651 tuple->dst_v6 = ip6h->daddr; in tcf_ct_flow_table_fill_tuple_ipv6()
/linux/net/ipv6/
H A Dip6_tunnel.c1857 path->tun.dst_v6 = t->parms.raddr; in ip6_tnl_fill_forward_path()
/linux/include/linux/
H A Dnetdevice.h901 struct in6_addr dst_v6; member