Searched refs:gc_thresh (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_policy.c | 148 .gc_thresh = 32768, 163 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh, 182 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
|
H A D | route.c | 3395 .procname = "gc_thresh", 3396 .data = &ipv4_dst_ops.gc_thresh, 3650 ipv4_dst_ops.gc_thresh = ~0; in ip_rt_init()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_policy.c | 171 .gc_thresh = 32768, 196 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh, 215 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_sysctl_init()
|
H A D | route.c | 247 .gc_thresh = 1024, 3202 if (entries > ops->gc_thresh) in ip6_dst_gc() 3210 if (entries < ops->gc_thresh) in ip6_dst_gc() 6202 .procname = "gc_thresh", 6203 .data = &ip6_dst_ops_template.gc_thresh, 6287 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_policy.c | 157 .gc_thresh = 32768, 182 .data = &init_net.xfrm.xfrm6_dst_ops.gc_thresh, 201 table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh; in xfrm6_net_sysctl_init()
|
H A D | route.c | 253 .gc_thresh = 1024, 3304 if (entries < ops->gc_thresh) in ip6_dst_gc() 6349 .procname = "gc_thresh", 6350 .data = &ip6_dst_ops_template.gc_thresh, 6433 table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh; in ipv6_route_sysctl_init()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_policy.c | 135 .gc_thresh = 32768, 150 .data = &init_net.xfrm.xfrm4_dst_ops.gc_thresh, 169 table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh; in xfrm4_net_sysctl_init()
|
H A D | route.c | 3475 .procname = "gc_thresh", 3476 .data = &ipv4_dst_ops.gc_thresh, 3756 ipv4_dst_ops.gc_thresh = ~0; in ip_rt_init()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | dst_ops.h | 17 unsigned int gc_thresh; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | dst_ops.h | 17 unsigned int gc_thresh; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dst.c | 86 dst_entries_get_fast(ops) > ops->gc_thresh) in dst_alloc()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dst.c | 86 dst_entries_get_fast(ops) > ops->gc_thresh) in dst_alloc()
|
Completed in 28 milliseconds