Searched refs:gc_thresh3 (Results 1 – 11 of 11) 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
282 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024300 sysctl_restore net.ipv4.neigh.default.gc_thresh3317 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024339 sysctl_restore net.ipv6.neigh.default.gc_thresh3
375 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024393 sysctl_restore net.ipv4.neigh.default.gc_thresh3406 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024428 sysctl_restore net.ipv6.neigh.default.gc_thresh3
377 sysctl_set net.ipv4.neigh.default.gc_thresh3 1024395 sysctl_restore net.ipv4.neigh.default.gc_thresh3408 sysctl_set net.ipv6.neigh.default.gc_thresh3 1024430 sysctl_restore net.ipv6.neigh.default.gc_thresh3
108 .gc_thresh3 = 1024,
217 int gc_thresh3; member
420 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()
182 .gc_thresh3 = 1024,
141 .gc_thresh3 = 1024,
1529 size = roundup_pow_of_two(arp_tbl.gc_thresh3); in ipoib_neigh_hash_init()
172 neigh/default/gc_thresh3 - INTEGER
Completed in 29 milliseconds