Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/netfilter/
A Dnft_nat_zones.sh42 v4gc3=$(sysctl -n net.ipv4.neigh.default.gc_thresh3 2>/dev/null)
45 v6gc3=$(sysctl -n net.ipv6.neigh.default.gc_thresh3 2>/dev/null)
57 sysctl -q net.ipv4.neigh.default.gc_thresh3=$v4gc3 2>/dev/null
60 sysctl -q net.ipv6.neigh.default.gc_thresh3=$v6gc3 2>/dev/null
108 sysctl -q net.ipv6.neigh.default.gc_thresh3=4096 2>/dev/null
111 sysctl -q net.ipv4.neigh.default.gc_thresh3=4096 2>/dev/null
/linux/tools/testing/selftests/net/forwarding/
A Dcustom_multipath_hash.sh282 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024
300 sysctl_restore net.ipv4.neigh.default.gc_thresh3
317 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024
339 sysctl_restore net.ipv6.neigh.default.gc_thresh3
A Dgre_custom_multipath_hash.sh375 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024
393 sysctl_restore net.ipv4.neigh.default.gc_thresh3
406 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024
428 sysctl_restore net.ipv6.neigh.default.gc_thresh3
A Dip6gre_custom_multipath_hash.sh377 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024
395 sysctl_restore net.ipv4.neigh.default.gc_thresh3
408 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024
430 sysctl_restore net.ipv6.neigh.default.gc_thresh3
/linux/net/decnet/
A Ddn_neigh.c108 .gc_thresh3 = 1024,
/linux/include/net/
A Dneighbour.h217 int gc_thresh3; member
/linux/net/core/
A Dneighbour.c420 if (entries >= tbl->gc_thresh3 || in neigh_alloc()
424 entries >= tbl->gc_thresh3) { in neigh_alloc()
2127 nla_put_u32(skb, NDTA_THRESH3, tbl->gc_thresh3)) in neightbl_fill_info()
2403 tbl->gc_thresh3 = nla_get_u32(tb[NDTA_THRESH3]); in neightbl_set()
3746 t->neigh_vars[NEIGH_VAR_GC_THRESH3].data = &tbl->gc_thresh3; in neigh_sysctl_register()
/linux/net/ipv4/
A Darp.c182 .gc_thresh3 = 1024,
/linux/net/ipv6/
A Dndisc.c141 .gc_thresh3 = 1024,
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib_main.c1529 size = roundup_pow_of_two(arp_tbl.gc_thresh3); in ipoib_neigh_hash_init()
/linux/Documentation/networking/
A Dip-sysctl.rst172 neigh/default/gc_thresh3 - INTEGER

Completed in 29 milliseconds