Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_flow_table_ip.c469 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6; in nf_flow_snat_ipv6()
487 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
551 tuple->src_v6 = ip6h->saddr; in nf_flow_tuple_ipv6()
632 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
Dnf_flow_table_offload.c154 key->ipv6.src = tuple->src_v6; in nf_flow_rule_match()
399 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6.s6_addr32; in flow_offload_ipv6_snat()
420 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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c104 struct in6_addr src_v6; member
234 tuple->ip.src_v6 = match.key->src; in mlx5_tc_ct_rule_to_tuple()
289 tuple->ip.src_v6.s6_addr32[ip6_offset] = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
923 struct in6_addr tmp_addr = rev_tuple.ip.src_v6; in mlx5_tc_ct_shared_counter_get()
925 rev_tuple.ip.src_v6 = rev_tuple.ip.dst_v6; in mlx5_tc_ct_shared_counter_get()
1209 tuple->ip.src_v6 = flow_keys.addrs.v6addrs.src; in mlx5_tc_ct_skb_to_tuple()
/Linux-v5.15/include/net/netfilter/
Dnf_flow_table.h106 struct in6_addr src_v6; member
/Linux-v5.15/net/sched/
Dact_ct.c496 tuple->src_v6 = ip6h->saddr; in tcf_ct_flow_table_fill_tuple_ipv6()