Home
last modified time | relevance | path

Searched refs:gc_thresh (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/ipv4/
Dxfrm4_policy.c147 .gc_thresh = 32768,
162 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
181 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
Droute.c3243 .data = &ipv4_dst_ops.gc_thresh,
3490 ipv4_dst_ops.gc_thresh = ~0; in ip_rt_init()
/Linux-v5.4/net/ipv6/
Dxfrm6_policy.c164 .gc_thresh = 32768,
189 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
208 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_sysctl_init()
Droute.c243 .gc_thresh = 1024,
3179 if (entries < ops->gc_thresh) in ip6_dst_gc()
6054 .data = &ip6_dst_ops_template.gc_thresh,
6138 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
/Linux-v5.4/include/net/
Ddst_ops.h17 unsigned int gc_thresh; member
/Linux-v5.4/net/core/
Ddst.c84 if (ops->gc && dst_entries_get_fast(ops) > ops->gc_thresh) { in dst_alloc()
/Linux-v5.4/net/decnet/
Ddn_route.c131 .gc_thresh = 128,
1897 dn_dst_ops.gc_thresh = (dn_rt_hash_mask + 1); in dn_route_init()