Home
last modified time | relevance | path

Searched refs:gc_thresh2 (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/netfilter/
A Dnft_nat_zones.sh41 v4gc2=$(sysctl -n net.ipv4.neigh.default.gc_thresh2 2>/dev/null)
44 v6gc2=$(sysctl -n net.ipv6.neigh.default.gc_thresh2 2>/dev/null)
56 sysctl -q net.ipv4.neigh.default.gc_thresh2=$v4gc2 2>/dev/null
59 sysctl -q net.ipv6.neigh.default.gc_thresh2=$v6gc2 2>/dev/null
107 sysctl -q net.ipv6.neigh.default.gc_thresh2=1024 2>/dev/null
110 sysctl -q net.ipv4.neigh.default.gc_thresh2=1024 2>/dev/null
/linux/tools/testing/selftests/net/forwarding/
A Dcustom_multipath_hash.sh281 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024
301 sysctl_restore net.ipv4.neigh.default.gc_thresh2
316 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024
340 sysctl_restore net.ipv6.neigh.default.gc_thresh2
A Dgre_custom_multipath_hash.sh374 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024
394 sysctl_restore net.ipv4.neigh.default.gc_thresh2
405 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024
429 sysctl_restore net.ipv6.neigh.default.gc_thresh2
A Dip6gre_custom_multipath_hash.sh376 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024
396 sysctl_restore net.ipv4.neigh.default.gc_thresh2
407 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024
431 sysctl_restore net.ipv6.neigh.default.gc_thresh2
/linux/net/decnet/
A Ddn_neigh.c107 .gc_thresh2 = 512,
/linux/include/net/
A Dneighbour.h216 int gc_thresh2; member
/linux/net/core/
A Dneighbour.c254 int max_clean = atomic_read(&tbl->gc_entries) - tbl->gc_thresh2; in neigh_forced_gc()
421 (entries >= tbl->gc_thresh2 && in neigh_alloc()
2126 nla_put_u32(skb, NDTA_THRESH2, tbl->gc_thresh2) || in neightbl_fill_info()
2400 tbl->gc_thresh2 = nla_get_u32(tb[NDTA_THRESH2]); in neightbl_set()
3745 t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2; in neigh_sysctl_register()
/linux/net/ipv4/
A Darp.c181 .gc_thresh2 = 512,
/linux/net/ipv6/
A Dndisc.c140 .gc_thresh2 = 512,
/linux/Documentation/networking/
A Dip-sysctl.rst165 neigh/default/gc_thresh2 - INTEGER

Completed in 27 milliseconds