Home
last modified time | relevance | path

Searched refs:gc_thresh3 (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh36 v4gc3=$(sysctl -n net.ipv4.neigh.default.gc_thresh3 2>/dev/null)
39 v6gc3=$(sysctl -n net.ipv6.neigh.default.gc_thresh3 2>/dev/null)
47 sysctl -q net.ipv4.neigh.default.gc_thresh3="$v4gc3" 2>/dev/null
50 sysctl -q net.ipv6.neigh.default.gc_thresh3="$v6gc3" 2>/dev/null
70 sysctl -q net.ipv6.neigh.default.gc_thresh3=4096 2>/dev/null
73 sysctl -q net.ipv4.neigh.default.gc_thresh3=4096 2>/dev/null
/linux/tools/testing/selftests/net/forwarding/
H A Dcustom_multipath_hash.sh290 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024
308 sysctl_restore net.ipv4.neigh.default.gc_thresh3
325 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024
347 sysctl_restore net.ipv6.neigh.default.gc_thresh3
H A Dgre_custom_multipath_hash.sh383 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024
401 sysctl_restore net.ipv4.neigh.default.gc_thresh3
414 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024
436 sysctl_restore net.ipv6.neigh.default.gc_thresh3
H A Dip6gre_custom_multipath_hash.sh385 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024
403 sysctl_restore net.ipv4.neigh.default.gc_thresh3
416 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024
438 sysctl_restore net.ipv6.neigh.default.gc_thresh3
/linux/include/net/
H A Dneighbour.h231 int gc_thresh3; member
/linux/net/ipv4/
H A Darp.c183 .gc_thresh3 = 1024,
/linux/net/ipv6/
H A Dndisc.c142 .gc_thresh3 = 1024,