Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/netfilter/
A 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/tools/testing/selftests/net/forwarding/
A Dcustom_multipath_hash.sh280 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024
302 sysctl_restore net.ipv4.neigh.default.gc_thresh1
315 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024
341 sysctl_restore net.ipv6.neigh.default.gc_thresh1
A Dgre_custom_multipath_hash.sh373 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024
395 sysctl_restore net.ipv4.neigh.default.gc_thresh1
404 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024
430 sysctl_restore net.ipv6.neigh.default.gc_thresh1
A Dip6gre_custom_multipath_hash.sh375 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024
397 sysctl_restore net.ipv4.neigh.default.gc_thresh1
406 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024
432 sysctl_restore net.ipv6.neigh.default.gc_thresh1
/linux/net/decnet/
A Ddn_neigh.c106 .gc_thresh1 = 128,
/linux/include/net/
A Dneighbour.h215 int gc_thresh1; member
/linux/net/core/
A Dneighbour.c942 if (atomic_read(&tbl->entries) < tbl->gc_thresh1) in neigh_periodic_work()
2125 nla_put_u32(skb, NDTA_THRESH1, tbl->gc_thresh1) || in neightbl_fill_info()
2397 tbl->gc_thresh1 = nla_get_u32(tb[NDTA_THRESH1]); in neightbl_set()
3744 t->neigh_vars[NEIGH_VAR_GC_THRESH1].data = &tbl->gc_thresh1; in neigh_sysctl_register()
/linux/net/ipv4/
A Darp.c180 .gc_thresh1 = 128,
/linux/net/ipv6/
A Dndisc.c139 .gc_thresh1 = 128,
/linux/Documentation/networking/
A Dip-sysctl.rst159 neigh/default/gc_thresh1 - INTEGER

Completed in 28 milliseconds