Searched refs:gc_thresh3 (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_nat_zones.sh | 42 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
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | custom_multipath_hash.sh | 290 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024 308 sysctl_restore net.ipv4.neigh.default.gc_thresh3 325 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024 347 sysctl_restore net.ipv6.neigh.default.gc_thresh3
|
H A D | gre_custom_multipath_hash.sh | 383 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024 401 sysctl_restore net.ipv4.neigh.default.gc_thresh3 414 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024 436 sysctl_restore net.ipv6.neigh.default.gc_thresh3
|
H A D | ip6gre_custom_multipath_hash.sh | 385 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024 403 sysctl_restore net.ipv4.neigh.default.gc_thresh3 416 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024 438 sysctl_restore net.ipv6.neigh.default.gc_thresh3
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 420 int entries, gc_thresh3; in neigh_alloc() local 426 gc_thresh3 = READ_ONCE(tbl->gc_thresh3); in neigh_alloc() 427 if (entries >= gc_thresh3 || in neigh_alloc() 430 if (!neigh_forced_gc(tbl) && entries >= gc_thresh3) { in neigh_alloc() 2076 nla_put_u32(skb, NDTA_THRESH3, READ_ONCE(tbl->gc_thresh3))) in neightbl_fill_info() 2352 WRITE_ONCE(tbl->gc_thresh3, nla_get_u32(tb[NDTA_THRESH3])); in neightbl_set() 3632 .procname = "gc_thresh3", 3673 t->neigh_vars[NEIGH_VAR_GC_THRESH3].data = &tbl->gc_thresh3; in neigh_sysctl_register()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 216 int gc_thresh3; member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 475 int entries, gc_thresh3; in neigh_alloc() local 481 gc_thresh3 = READ_ONCE(tbl->gc_thresh3); in neigh_alloc() 482 if (entries >= gc_thresh3 || in neigh_alloc() 485 if (!neigh_forced_gc(tbl) && entries >= gc_thresh3) { in neigh_alloc() 2183 nla_put_u32(skb, NDTA_THRESH3, READ_ONCE(tbl->gc_thresh3))) in neightbl_fill_info() 2464 WRITE_ONCE(tbl->gc_thresh3, nla_get_u32(tb[NDTA_THRESH3])); in neightbl_set() 3775 .procname = "gc_thresh3", 3819 t->neigh_vars[NEIGH_VAR_GC_THRESH3].data = &tbl->gc_thresh3; in neigh_sysctl_register()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 167 .gc_thresh3 = NIP_NEIGH_GC_THRESH_3,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 222 int gc_thresh3; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 182 .gc_thresh3 = 1024,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 183 .gc_thresh3 = 1024,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 141 .gc_thresh3 = 1024,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 142 .gc_thresh3 = 1024,
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 1520 size = roundup_pow_of_two(arp_tbl.gc_thresh3); in ipoib_neigh_hash_init()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_main.c | 1529 size = roundup_pow_of_two(arp_tbl.gc_thresh3); in ipoib_neigh_hash_init()
|
Completed in 29 milliseconds