Searched refs:oifname (Results 1 – 15 of 15) sorted by relevance
/external/iptables/extensions/ |
D | libipt_SNAT.txlate | 2 nft add rule ip nat postrouting oifname "eth0" counter snat to 1.2.3.4 5 nft add rule ip nat postrouting oifname "eth0" counter snat to 1.2.3.4-1.2.3.6 8 nft add rule ip nat postrouting oifname "eth0" ip protocol tcp counter snat to 1.2.3.4:1-1023 11 nft add rule ip nat postrouting oifname "eth0" counter snat to 1.2.3.4 random 14 nft add rule ip nat postrouting oifname "eth0" counter snat to 1.2.3.4 random,persistent
|
D | libip6t_SNAT.txlate | 2 nft add rule ip6 nat postrouting oifname "eth0" meta l4proto tcp counter snat to [fec0::1234]:80 5 nft add rule ip6 nat postrouting oifname "eth0" meta l4proto tcp counter snat to [fec0::1234]:1-20 8 nft add rule ip6 nat postrouting oifname "eth0" meta l4proto tcp counter snat to [fec0::1234]:123 r… 11 nft add rule ip6 nat postrouting oifname "eth0" meta l4proto tcp counter snat to [fec0::1234]:123 f…
|
D | libipt_DNAT.txlate | 2 nft add rule ip nat prerouting oifname "eth0" ip protocol tcp counter dnat to 1.2.3.4 8 nft add rule ip nat prerouting oifname "eth0" ip protocol tcp counter dnat to 1.2.3.4:1-1023 11 nft add rule ip nat prerouting oifname "eth0" ip protocol tcp counter dnat to 1.2.3.4 random 14 nft add rule ip nat prerouting oifname "eth0" ip protocol tcp counter dnat to 1.2.3.4 random,persis…
|
D | libebt_snat.txlate | 2 nft add rule bridge nat POSTROUTING oifname "someport*" ether saddr 00:00:00:00:00:00 ether saddr s… 5 nft add rule bridge nat POSTROUTING oifname "someport" ether saddr set de:ad:0:be:ee:ff continue co…
|
D | generic.txlate | 17 nft add rule bridge filter FORWARD iifname != "iname" meta ibrname "ilogname" oifname "out*" meta o… 24 nft add rule ip filter FORWARD iifname "\*" oifname "eth\*foo" counter 28 nft add rule ip filter FORWARD iifname "eth\*foo\**" oifname "eth+*" counter
|
D | libxt_udp.txlate | 5 nft add rule ip filter OUTPUT oifname "eth0" udp dport 53-66 counter drop
|
D | libebt_ip.txlate | 8 nft insert rule bridge filter OUTPUT oifname "eth0" ip dscp 0x3f counter
|
D | libxt_tcp.txlate | 5 nft add rule ip filter OUTPUT oifname "eth0" tcp dport 53-66 counter drop
|
D | libebt_ip6.txlate | 11 nft insert rule bridge filter OUTPUT oifname "eth0" ip6 dscp 0x3f counter
|
/external/linux-kselftest/tools/testing/selftests/netfilter/ |
D | conntrack_icmp_related.sh | 192 ip protocol icmp oifname "veth0" counter masquerade 198 ip6 nexthdr icmpv6 oifname "veth0" counter masquerade
|
D | nft_flowtable.sh | 317 meta oifname "veth1" counter masquerade
|
/external/iptables/iptables/ |
D | nft-bridge.c | 172 char iifname[IFNAMSIZ] = {}, oifname[IFNAMSIZ] = {}; in nft_bridge_parse_meta() local 174 parse_meta(e, ctx->meta.key, iifname, NULL, oifname, NULL, &invflags); in nft_bridge_parse_meta() 190 snprintf(fw->logical_out, sizeof(fw->logical_out), "%s", oifname); in nft_bridge_parse_meta() 195 snprintf(fw->out, sizeof(fw->out), "%s", oifname); in nft_bridge_parse_meta()
|
/external/libnl/lib/route/ |
D | rule.c | 353 __ADD(RULE_ATTR_OIFNAME, oifname),
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 56435 …<var-decl name="oifname" type-id="ac1fa8c0" visibility="default" filepath="include/net/fib_rules.h…
|
D | test-PR27569-v0.abi | 56420 …<var-decl name="oifname" type-id="ac1fa8c0" visibility="default" filepath="include/net/fib_rules.h…
|