Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Dxfrm4_policy.c132 .gc_thresh = 32768,
147 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
165 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
H A Droute.c3468 .data = &ipv4_dst_ops.gc_thresh,
3747 ipv4_dst_ops.gc_thresh = ~0; in ip_rt_init()
/linux-6.15/net/ipv6/
H A Dxfrm6_policy.c164 .gc_thresh = 32768,
189 .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()
H A Droute.c252 .gc_thresh = 1024,
3356 if (entries < ops->gc_thresh) in ip6_dst_gc()
6442 .data = &ip6_dst_ops_template.gc_thresh,
6524 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
/linux-6.15/include/net/
H A Ddst_ops.h17 unsigned int gc_thresh; member
/linux-6.15/net/core/
H A Ddst.c86 dst_entries_get_fast(ops) > ops->gc_thresh) in dst_alloc()