Searched refs:arp_ignore (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Droute_localnet.sh54 # Run test when arp_ignore = 3.
56 echo "run arp_ignore test"
59 sysctl -w net.ipv4.conf.veth0.arp_ignore=3
60 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.arp_ignore=3
/linux-master/tools/testing/selftests/net/netfilter/
H A Dipvs.sh130 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.all.arp_ignore=1
168 ip netns exec "${ns2}" sysctl -qw net.ipv4.conf.all.arp_ignore=1
H A Dnft_nat_zones.sh90 echo netns exec "$gw" sysctl -q net.ipv4.conf.veth"$i".arp_ignore=2
/linux-master/net/ipv4/
H A Darp.c396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) function
831 !arp_ignore(in_dev, sip, tip))
846 dont_send = arp_ignore(in_dev, sip, tip);

Completed in 166 milliseconds