Searched refs:gc_thresh1 (Results 1 – 8 of 8) sorted by relevance
34 v4gc1=$(sysctl -n net.ipv4.neigh.default.gc_thresh1 2>/dev/null)37 v6gc1=$(sysctl -n net.ipv6.neigh.default.gc_thresh1 2>/dev/null)45 sysctl -q net.ipv4.neigh.default.gc_thresh1="$v4gc1" 2>/dev/null48 sysctl -q net.ipv6.neigh.default.gc_thresh1="$v6gc1" 2>/dev/null68 sysctl -q net.ipv6.neigh.default.gc_thresh1=512 2>/dev/null71 sysctl -q net.ipv4.neigh.default.gc_thresh1=512 2>/dev/null
288 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024310 sysctl_restore net.ipv4.neigh.default.gc_thresh1323 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024349 sysctl_restore net.ipv6.neigh.default.gc_thresh1
381 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024403 sysctl_restore net.ipv4.neigh.default.gc_thresh1412 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024438 sysctl_restore net.ipv6.neigh.default.gc_thresh1
383 sysctl_set net.ipv4.neigh.default.gc_thresh1 1024405 sysctl_restore net.ipv4.neigh.default.gc_thresh1414 sysctl_set net.ipv6.neigh.default.gc_thresh1 1024440 sysctl_restore net.ipv6.neigh.default.gc_thresh1
229 int gc_thresh1; member
1000 if (atomic_read(&tbl->entries) < READ_ONCE(tbl->gc_thresh1)) in neigh_periodic_work()2265 nla_put_u32(skb, NDTA_THRESH1, READ_ONCE(tbl->gc_thresh1)) || in neightbl_fill_info()2541 WRITE_ONCE(tbl->gc_thresh1, nla_get_u32(tb[NDTA_THRESH1])); in neightbl_set()3880 t->neigh_vars[NEIGH_VAR_GC_THRESH1].data = &tbl->gc_thresh1; in neigh_sysctl_register()
181 .gc_thresh1 = 128,
140 .gc_thresh1 = 128,