Home
last modified time | relevance | path

Searched refs:gc_thresh1 (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/tools/testing/selftests/netfilter/
Dnft_nat_zones.sh40 v4gc1=$(sysctl -n net.ipv4.neigh.default.gc_thresh1 2>/dev/null)
43 v6gc1=$(sysctl -n net.ipv6.neigh.default.gc_thresh1 2>/dev/null)
55 sysctl -q net.ipv4.neigh.default.gc_thresh1=$v4gc1 2>/dev/null
58 sysctl -q net.ipv6.neigh.default.gc_thresh1=$v6gc1 2>/dev/null
106 sysctl -q net.ipv6.neigh.default.gc_thresh1=512 2>/dev/null
109 sysctl -q net.ipv4.neigh.default.gc_thresh1=512 2>/dev/null
/linux-6.1.9/tools/testing/selftests/net/forwarding/
Dcustom_multipath_hash.sh288 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024
310 sysctl_restore net.ipv4.neigh.default.gc_thresh1
323 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024
349 sysctl_restore net.ipv6.neigh.default.gc_thresh1
Dgre_custom_multipath_hash.sh381 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024
403 sysctl_restore net.ipv4.neigh.default.gc_thresh1
412 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024
438 sysctl_restore net.ipv6.neigh.default.gc_thresh1
Dip6gre_custom_multipath_hash.sh383 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024
405 sysctl_restore net.ipv4.neigh.default.gc_thresh1
414 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024
440 sysctl_restore net.ipv6.neigh.default.gc_thresh1
/linux-6.1.9/include/net/
Dneighbour.h220 int gc_thresh1; member
/linux-6.1.9/net/core/
Dneighbour.c985 if (atomic_read(&tbl->entries) < tbl->gc_thresh1) in neigh_periodic_work()
2178 nla_put_u32(skb, NDTA_THRESH1, tbl->gc_thresh1) || in neightbl_fill_info()
2455 tbl->gc_thresh1 = nla_get_u32(tb[NDTA_THRESH1]); in neightbl_set()
3811 t->neigh_vars[NEIGH_VAR_GC_THRESH1].data = &tbl->gc_thresh1; in neigh_sysctl_register()
/linux-6.1.9/net/ipv4/
Darp.c181 .gc_thresh1 = 128,
/linux-6.1.9/net/ipv6/
Dndisc.c140 .gc_thresh1 = 128,
/linux-6.1.9/Documentation/networking/
Dip-sysctl.rst159 neigh/default/gc_thresh1 - INTEGER