Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnft_nat_zones.sh35 v4gc2=$(sysctl -n net.ipv4.neigh.default.gc_thresh2 2>/dev/null)
38 v6gc2=$(sysctl -n net.ipv6.neigh.default.gc_thresh2 2>/dev/null)
46 sysctl -q net.ipv4.neigh.default.gc_thresh2="$v4gc2" 2>/dev/null
49 sysctl -q net.ipv6.neigh.default.gc_thresh2="$v6gc2" 2>/dev/null
69 sysctl -q net.ipv6.neigh.default.gc_thresh2=1024 2>/dev/null
72 sysctl -q net.ipv4.neigh.default.gc_thresh2=1024 2>/dev/null
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dcustom_multipath_hash.sh289 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024
309 sysctl_restore net.ipv4.neigh.default.gc_thresh2
324 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024
348 sysctl_restore net.ipv6.neigh.default.gc_thresh2
H A Dgre_custom_multipath_hash.sh382 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024
402 sysctl_restore net.ipv4.neigh.default.gc_thresh2
413 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024
437 sysctl_restore net.ipv6.neigh.default.gc_thresh2
H A Dip6gre_custom_multipath_hash.sh384 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024
404 sysctl_restore net.ipv4.neigh.default.gc_thresh2
415 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024
439 sysctl_restore net.ipv6.neigh.default.gc_thresh2
/linux-6.15/include/net/
H A Dneighbour.h223 int gc_thresh2; member
/linux-6.15/net/core/
H A Dneighbour.c246 READ_ONCE(tbl->gc_thresh2); in neigh_forced_gc()
462 (entries >= READ_ONCE(tbl->gc_thresh2) && in neigh_alloc()
2132 nla_put_u32(skb, NDTA_THRESH2, READ_ONCE(tbl->gc_thresh2)) || in neightbl_fill_info()
2412 WRITE_ONCE(tbl->gc_thresh2, nla_get_u32(tb[NDTA_THRESH2])); in neightbl_set()
3752 t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2; in neigh_sysctl_register()
/linux-6.15/net/ipv4/
H A Darp.c182 .gc_thresh2 = 512,
/linux-6.15/net/ipv6/
H A Dndisc.c141 .gc_thresh2 = 512,
/linux-6.15/Documentation/networking/
H A Dip-sysctl.rst182 neigh/default/gc_thresh2 - INTEGER