Searched refs:gc_thresh1 (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_nat_zones.sh | 40 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
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | custom_multipath_hash.sh | 288 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024 310 sysctl_restore net.ipv4.neigh.default.gc_thresh1 323 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024 349 sysctl_restore net.ipv6.neigh.default.gc_thresh1
|
H A D | gre_custom_multipath_hash.sh | 381 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024 403 sysctl_restore net.ipv4.neigh.default.gc_thresh1 412 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024 438 sysctl_restore net.ipv6.neigh.default.gc_thresh1
|
H A D | ip6gre_custom_multipath_hash.sh | 383 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024 405 sysctl_restore net.ipv4.neigh.default.gc_thresh1 414 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024 440 sysctl_restore net.ipv6.neigh.default.gc_thresh1
|
/kernel/linux/linux-5.10/include/net/ |
H A D | neighbour.h | 214 int gc_thresh1; member
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nndisc.c | 165 .gc_thresh1 = NIP_NEIGH_GC_THRESH_1,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | neighbour.h | 220 int gc_thresh1; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | neighbour.c | 920 if (atomic_read(&tbl->entries) < READ_ONCE(tbl->gc_thresh1)) in neigh_periodic_work() 2074 nla_put_u32(skb, NDTA_THRESH1, READ_ONCE(tbl->gc_thresh1)) || in neightbl_fill_info() 2346 WRITE_ONCE(tbl->gc_thresh1, nla_get_u32(tb[NDTA_THRESH1])); in neightbl_set() 3616 .procname = "gc_thresh1", 3671 t->neigh_vars[NEIGH_VAR_GC_THRESH1].data = &tbl->gc_thresh1; in neigh_sysctl_register()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | neighbour.c | 973 if (atomic_read(&tbl->entries) < READ_ONCE(tbl->gc_thresh1)) in neigh_periodic_work() 2181 nla_put_u32(skb, NDTA_THRESH1, READ_ONCE(tbl->gc_thresh1)) || in neightbl_fill_info() 2458 WRITE_ONCE(tbl->gc_thresh1, nla_get_u32(tb[NDTA_THRESH1])); in neightbl_set() 3759 .procname = "gc_thresh1", 3817 t->neigh_vars[NEIGH_VAR_GC_THRESH1].data = &tbl->gc_thresh1; in neigh_sysctl_register()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | arp.c | 180 .gc_thresh1 = 128,
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | arp.c | 181 .gc_thresh1 = 128,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ndisc.c | 139 .gc_thresh1 = 128,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ndisc.c | 140 .gc_thresh1 = 128,
|
Completed in 23 milliseconds