Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Droute_localnet.sh52 # Run test when arp_ignore = 3.
54 echo "run arp_ignore test"
57 sysctl -w net.ipv4.conf.veth0.arp_ignore=3
58 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.arp_ignore=3
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Droute_localnet.sh52 # Run test when arp_ignore = 3.
54 echo "run arp_ignore test"
57 sysctl -w net.ipv4.conf.veth0.arp_ignore=3
58 ip netns exec "${PEER_NS}" sysctl -w net.ipv4.conf.veth1.arp_ignore=3
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dipvs.sh147 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1
185 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dipvs.sh147 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1
185 ip netns exec ns2 sysctl -qw net.ipv4.conf.all.arp_ignore=1
H A Dnft_nat_zones.sh134 echo netns exec "$gw" sysctl -q net.ipv4.conf.veth$i.arp_ignore=2
/kernel/linux/linux-5.10/net/ipv4/
H A Darp.c395 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() function
809 !arp_ignore(in_dev, sip, tip)) in arp_process()
824 dont_send = arp_ignore(in_dev, sip, tip); in arp_process()
/kernel/linux/linux-6.6/net/ipv4/
H A Darp.c396 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() function
830 !arp_ignore(in_dev, sip, tip)) in arp_process()
845 dont_send = arp_ignore(in_dev, sip, tip); in arp_process()

Completed in 6 milliseconds