Searched refs:gc_thresh3 (Results 1 – 10 of 10) sorted by relevance
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/null60 sysctl -q net.ipv6.neigh.default.gc_thresh3=$v6gc3 2>/dev/null108 sysctl -q net.ipv6.neigh.default.gc_thresh3=4096 2>/dev/null111 sysctl -q net.ipv4.neigh.default.gc_thresh3=4096 2>/dev/null
290 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024308 sysctl_restore net.ipv4.neigh.default.gc_thresh3325 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024347 sysctl_restore net.ipv6.neigh.default.gc_thresh3
383 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024401 sysctl_restore net.ipv4.neigh.default.gc_thresh3414 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024436 sysctl_restore net.ipv6.neigh.default.gc_thresh3
385 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024403 sysctl_restore net.ipv4.neigh.default.gc_thresh3416 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024438 sysctl_restore net.ipv6.neigh.default.gc_thresh3
475 int entries, gc_thresh3; in neigh_alloc() local481 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()3823 t->neigh_vars[NEIGH_VAR_GC_THRESH3].data = &tbl->gc_thresh3; in neigh_sysctl_register()
222 int gc_thresh3; member
183 .gc_thresh3 = 1024,
142 .gc_thresh3 = 1024,
1529 size = roundup_pow_of_two(arp_tbl.gc_thresh3); in ipoib_neigh_hash_init()
175 neigh/default/gc_thresh3 - INTEGER