Searched refs:gc_thresh2 (Results 1 – 9 of 9) sorted by relevance
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/null59 sysctl -q net.ipv6.neigh.default.gc_thresh2=$v6gc2 2>/dev/null107 sysctl -q net.ipv6.neigh.default.gc_thresh2=1024 2>/dev/null110 sysctl -q net.ipv4.neigh.default.gc_thresh2=1024 2>/dev/null
289 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024309 sysctl_restore net.ipv4.neigh.default.gc_thresh2324 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024348 sysctl_restore net.ipv6.neigh.default.gc_thresh2
382 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024402 sysctl_restore net.ipv4.neigh.default.gc_thresh2413 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024437 sysctl_restore net.ipv6.neigh.default.gc_thresh2
384 sysctl_set net.ipv4.neigh.default.gc_thresh2 1024404 sysctl_restore net.ipv4.neigh.default.gc_thresh2415 sysctl_set net.ipv6.neigh.default.gc_thresh2 1024439 sysctl_restore net.ipv6.neigh.default.gc_thresh2
221 int gc_thresh2; member
254 int max_clean = atomic_read(&tbl->gc_entries) - tbl->gc_thresh2; in neigh_forced_gc()474 (entries >= tbl->gc_thresh2 && in neigh_alloc()2201 nla_put_u32(skb, NDTA_THRESH2, tbl->gc_thresh2) || in neightbl_fill_info()2480 tbl->gc_thresh2 = nla_get_u32(tb[NDTA_THRESH2]); in neightbl_set()3834 t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2; in neigh_sysctl_register()
182 .gc_thresh2 = 512,
141 .gc_thresh2 = 512,
168 neigh/default/gc_thresh2 - INTEGER
Completed in 22 milliseconds