Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_flow_table.h116 struct in_addr dst_v4; member
129 struct in_addr dst_v4; member
/linux/tools/testing/selftests/net/
H A Dsrv6_encap_lookup_l3vpn_test.sh837 local dst_v4
841 dst_v4="${IPv4_HS_NETWORK}.$(get_rlo_hostid "${rtdst}" "${tiddst}")"
845 -I "${src_v4}" "${dst_v4}" >/dev/null 2>&1
/linux/net/netfilter/
H A Dnf_flow_table_ip.c92 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in nf_flow_snat_ip()
120 new_addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.dst_v4.s_addr; in nf_flow_dnat_ip()
196 tuple->tun.dst_v4.s_addr = iph->daddr; in nf_flow_tuple_encap()
277 tuple->dst_v4.s_addr = iph->daddr; in nf_flow_tuple_ip()
618 iph->saddr = tuple->tun.dst_v4.s_addr; in nf_flow_tunnel_ipip_push()
H A Dnf_flow_table_offload.c155 key->ipv4.dst = tuple->dst_v4.s_addr; in nf_flow_rule_match()
357 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple.dst_v4.s_addr; in flow_offload_ipv4_snat()
392 addr = flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple.dst_v4.s_addr; in flow_offload_ipv4_dnat()
H A Dnf_flow_table_core.c33 ft->dst_v4 = ctt->dst.u3.in; in flow_offload_fill_dir()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c126 __be32 dst_v4; member
256 tuple->ip.dst_v4 = match.key->dst; in mlx5_tc_ct_rule_to_tuple()
308 tuple->ip.dst_v4 = cpu_to_be32(val); in mlx5_tc_ct_rule_to_tuple_nat()
1054 rev_tuple.ip.src_v4 = rev_tuple.ip.dst_v4; in mlx5_tc_ct_shared_counter_get()
1055 rev_tuple.ip.dst_v4 = tmp_addr; in mlx5_tc_ct_shared_counter_get()
1436 tuple->ip.dst_v4 = flow_keys.addrs.v4addrs.dst; in mlx5_tc_ct_skb_to_tuple()
/linux/net/ipv4/
H A Dipip.c380 path->tun.dst_v4.s_addr = tiph->daddr; in ipip_fill_forward_path()
/linux/net/sched/
H A Dact_ct.c582 tuple->dst_v4.s_addr = iph->daddr; in tcf_ct_flow_table_fill_tuple_ipv4()
/linux/include/linux/
H A Dnetdevice.h908 struct in_addr dst_v4; member