Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dxfrm4_policy.c146 .gc_thresh = 32768,
161 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
180 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
Droute.c3475 .data = &ipv4_dst_ops.gc_thresh,
3751 ipv4_dst_ops.gc_thresh = ~0; in ip_rt_init()
/Linux-v6.1/net/ipv6/
Dxfrm6_policy.c163 .gc_thresh = 32768,
188 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
207 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_sysctl_init()
Droute.c253 .gc_thresh = 1024,
3308 if (entries < ops->gc_thresh) in ip6_dst_gc()
6358 .data = &ip6_dst_ops_template.gc_thresh,
6441 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
/Linux-v6.1/include/net/
Ddst_ops.h17 unsigned int gc_thresh; member
/Linux-v6.1/net/core/
Ddst.c85 dst_entries_get_fast(ops) > ops->gc_thresh) { in dst_alloc()