Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/
H A Dtc_conntrack.c296 bool dnat = false; in efx_tc_ct_mangle() local
302 dnat = true; in efx_tc_ct_mangle()
325 dnat = true; in efx_tc_ct_mangle()
346 conn->dnat = dnat; in efx_tc_ct_mangle()
347 else if (conn->dnat != dnat) in efx_tc_ct_mangle()
424 conn->nat_ip = conn->dnat ? conn->dst_ip : conn->src_ip; in efx_tc_ct_replace()
426 conn->l4_natport = conn->dnat ? conn->l4_dport : conn->l4_sport; in efx_tc_ct_replace()
H A Dtc_conntrack.h44 bool dnat; member
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_tcp_unreplied.sh92 ct state new ct status dnat tcp dport 8080 counter name "redir" accept
H A Dnft_nat.sh162 ip6 daddr dead:1::99 dnat $IPF to dead:2::99
232 ip daddr 10.0.1.99 dnat $IPF to 10.0.2.99
354 meta l4proto tcp dnat to :2000
H A Dnft_flowtable.sh482 meta iif "veth0" ip daddr 10.6.6.6 tcp dport 1666 counter dnat ip to 10.0.2.99:12345
545 meta iif "br0" ip daddr 10.6.6.6 tcp dport 1666 counter dnat ip to 10.0.2.99:12345
H A Dnft_queue.sh504 …ip daddr 10.6.6.6 udp dport 12345 counter dnat to numgen inc mod 2 map { 0 : 10.0.2.99, 1 : 10.0.3…