Home
last modified time | relevance | path

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

/Linux-v5.10/net/netfilter/
Dnf_flow_table_ip.c383 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6; in nf_flow_snat_ipv6()
403 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.src_v6; in nf_flow_dnat_ipv6()
472 tuple->src_v6 = ip6h->saddr; in nf_flow_tuple_ipv6()
547 nexthop = rt6_nexthop(rt, &flow->tuplehash[!dir].tuple.src_v6); in nf_flow_offload_ipv6_hook()
Dnf_flow_table_offload.c115 key->ipv6.src = tuple->src_v6; in nf_flow_rule_match()
332 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.src_v6.s6_addr32; in flow_offload_ipv6_snat()
353 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.10/include/net/netfilter/
Dnf_flow_table.h95 struct in6_addr src_v6; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c106 struct in6_addr src_v6; member
192 tuple->ip.src_v6 = match.key->src; in mlx5_tc_ct_rule_to_tuple()
247 tuple->ip.src_v6.s6_addr32[ip6_offset] = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
757 struct in6_addr tmp_addr = rev_tuple.ip.src_v6; in mlx5_tc_ct_shared_counter_get()
759 rev_tuple.ip.src_v6 = rev_tuple.ip.dst_v6; in mlx5_tc_ct_shared_counter_get()
1019 tuple->ip.src_v6 = flow_keys.addrs.v6addrs.src; in mlx5_tc_ct_skb_to_tuple()
/Linux-v5.10/net/sched/
Dact_ct.c483 tuple->src_v6 = ip6h->saddr; in tcf_ct_flow_table_fill_tuple_ipv6()