Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_flow_table_ip.c531 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6; in nf_flow_snat_ipv6()
549 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
635 tuple->src_v6 = ip6h->saddr; in nf_flow_tuple_ipv6()
750 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
H A Dnf_flow_table_offload.c157 key->ipv6.src = tuple->src_v6; in nf_flow_rule_match()
410 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6.s6_addr32; in flow_offload_ipv6_snat()
431 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6.s6_addr32; in flow_offload_ipv6_dnat()
H A Dnf_flow_table_core.c35 ft->src_v6 = ctt->src.u3.in6; in flow_offload_fill_dir()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c121 struct in6_addr src_v6; member
251 tuple->ip.src_v6 = match.key->src; in mlx5_tc_ct_rule_to_tuple()
307 tuple->ip.src_v6.s6_addr32[ip6_offset] = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
1047 struct in6_addr tmp_addr = rev_tuple.ip.src_v6; in mlx5_tc_ct_shared_counter_get()
1049 rev_tuple.ip.src_v6 = rev_tuple.ip.dst_v6; in mlx5_tc_ct_shared_counter_get()
1391 tuple->ip.src_v6 = flow_keys.addrs.v6addrs.src; in mlx5_tc_ct_skb_to_tuple()
/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h112 struct in6_addr src_v6; member
/openbmc/linux/net/sched/
H A Dact_ct.c646 tuple->src_v6 = ip6h->saddr; in tcf_ct_flow_table_fill_tuple_ipv6()