Searched refs:gc_thresh2 (Results 1 – 8 of 8) sorted by relevance
35 v4gc2=$(sysctl -n net.ipv4.neigh.default.gc_thresh2 2>/dev/null)38 v6gc2=$(sysctl -n net.ipv6.neigh.default.gc_thresh2 2>/dev/null)46 sysctl -q net.ipv4.neigh.default.gc_thresh2="$v4gc2" 2>/dev/null49 sysctl -q net.ipv6.neigh.default.gc_thresh2="$v6gc2" 2>/dev/null69 sysctl -q net.ipv6.neigh.default.gc_thresh2=1024 2>/dev/null72 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
230 int gc_thresh2; member
256 READ_ONCE(tbl->gc_thresh2); in neigh_forced_gc()510 (entries >= READ_ONCE(tbl->gc_thresh2) && in neigh_alloc()2266 nla_put_u32(skb, NDTA_THRESH2, READ_ONCE(tbl->gc_thresh2)) || in neightbl_fill_info()2544 WRITE_ONCE(tbl->gc_thresh2, nla_get_u32(tb[NDTA_THRESH2])); in neightbl_set()3881 t->neigh_vars[NEIGH_VAR_GC_THRESH2].data = &tbl->gc_thresh2; in neigh_sysctl_register()
182 .gc_thresh2 = 512,
141 .gc_thresh2 = 512,