Home
last modified time | relevance | path

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

/linux-6.1.9/net/netfilter/
Dnf_flow_table_ip.c486 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6; in nf_flow_snat_ipv6()
504 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
591 tuple->src_v6 = ip6h->saddr; in nf_flow_tuple_ipv6()
675 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
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()
Dnf_flow_table_core.c35 ft->src_v6 = ctt->src.u3.in6; in flow_offload_fill_dir()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c126 struct in6_addr src_v6; member
256 tuple->ip.src_v6 = match.key->src; in mlx5_tc_ct_rule_to_tuple()
312 tuple->ip.src_v6.s6_addr32[ip6_offset] = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
991 struct in6_addr tmp_addr = rev_tuple.ip.src_v6; in mlx5_tc_ct_shared_counter_get()
993 rev_tuple.ip.src_v6 = rev_tuple.ip.dst_v6; in mlx5_tc_ct_shared_counter_get()
1281 tuple->ip.src_v6 = flow_keys.addrs.v6addrs.src; in mlx5_tc_ct_skb_to_tuple()
/linux-6.1.9/include/net/netfilter/
Dnf_flow_table.h109 struct in6_addr src_v6; member
/linux-6.1.9/net/sched/
Dact_ct.c582 tuple->src_v6 = ip6h->saddr; in tcf_ct_flow_table_fill_tuple_ipv6()