Searched refs:gc_thresh2 (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_nat_zones.sh | 41 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
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | custom_multipath_hash.sh | 289 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 D | gre_custom_multipath_hash.sh | 382 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 D | ip6gre_custom_multipath_hash.sh | 384 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
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 215 int gc_thresh2; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 228 READ_ONCE(tbl->gc_thresh2); in neigh_forced_gc() 428 (entries >= READ_ONCE(tbl->gc_thresh2) && in neigh_alloc() 2075 nla_put_u32(skb, NDTA_THRESH2, READ_ONCE(tbl->gc_thresh2)) || in neightbl_fill_info() 2349 WRITE_ONCE(tbl->gc_thresh2, nla_get_u32(tb[NDTA_THRESH2])); in neightbl_set() 3624 .procname = "gc_thresh2", 3672 t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2; in neigh_sysctl_register()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 166 .gc_thresh2 = NIP_NEIGH_GC_THRESH_2,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 221 int gc_thresh2; member
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 255 READ_ONCE(tbl->gc_thresh2); in neigh_forced_gc() 483 (entries >= READ_ONCE(tbl->gc_thresh2) && in neigh_alloc() 2182 nla_put_u32(skb, NDTA_THRESH2, READ_ONCE(tbl->gc_thresh2)) || in neightbl_fill_info() 2461 WRITE_ONCE(tbl->gc_thresh2, nla_get_u32(tb[NDTA_THRESH2])); in neightbl_set() 3767 .procname = "gc_thresh2", 3818 t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2; in neigh_sysctl_register()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 181 .gc_thresh2 = 512,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 182 .gc_thresh2 = 512,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 140 .gc_thresh2 = 512,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 141 .gc_thresh2 = 512,
|
Completed in 23 milliseconds