Searched refs:dnat (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.c | 296 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 D | tc_conntrack.h | 44 bool dnat; member
|
| H A D | mae.c | 369 rc = TABLE_HOOK_RESP(meta_ct, dnat, NAT_DIR); in efx_mae_table_hook_ct() 1996 rc = TABLE_POPULATE_RESP_BOOL(resp, ct, dnat, conn->dnat); in efx_mae_insert_ct()
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_clash.sh | 27 …meta l4proto udp dnat to numgen random mod 3 map { 0 : 10.0.2.1 . 9000, 1 : 10.0.2.1 . 9001, 2 : 1…
|
| H A D | conntrack_tcp_unreplied.sh | 92 ct state new ct status dnat tcp dport 8080 counter name "redir" accept
|
| H A D | nft_nat.sh | 3 # This test is for basic NAT functionality: snat, dnat, redirect, masquerade. 162 ip6 daddr dead:1::99 dnat $IPF to dead:2::99 167 echo "SKIP: Could not add add $family dnat hook" 232 ip daddr 10.0.1.99 dnat $IPF to 10.0.2.99 242 echo "SKIP: Could not add add $family dnat hook" 354 meta l4proto tcp dnat to :2000 365 echo "SKIP: Could not add $family dnat hook" 1013 echo "SKIP: Could not run dnat clash test without socat tool" 1020 table ip dnat-test { 1023 ip daddr 10.0.2.1 udp dport 1234 counter dnat t [all...] |
| H A D | nft_flowtable.sh | 484 check_counters "flow offload for ns1/ns2 with dnat $what" 486 echo "PASS: flow offload for ns1/ns2 with dnat $what" 489 echo "FAIL: flow offload for ns1/ns2 with dnat $what" 533 meta iif "veth0" ip daddr 10.6.6.6 tcp dport 1666 counter dnat ip to 10.0.2.99:12345 672 meta iif "br0" ip daddr 10.6.6.6 tcp dport 1666 counter dnat ip to 10.0.2.99:12345
|
| H A D | nft_queue.sh | 528 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.99 }
|
| /linux/net/bridge/netfilter/ |
| H A D | Kconfig | 199 tristate "ebt: dnat target support"
|