gc_thresh          17 include/net/dst_ops.h 	unsigned int		gc_thresh;
gc_thresh          84 net/core/dst.c 	if (ops->gc && dst_entries_get_fast(ops) > ops->gc_thresh) {
gc_thresh         132 net/decnet/dn_route.c 	.gc_thresh =		128,
gc_thresh        1899 net/decnet/dn_route.c 	dn_dst_ops.gc_thresh = (dn_rt_hash_mask + 1);
gc_thresh        3244 net/ipv4/route.c 		.data		= &ipv4_dst_ops.gc_thresh,
gc_thresh        3491 net/ipv4/route.c 	ipv4_dst_ops.gc_thresh = ~0;
gc_thresh         148 net/ipv4/xfrm4_policy.c 	.gc_thresh =		32768,
gc_thresh         163 net/ipv4/xfrm4_policy.c 		.data           = &init_net.xfrm.xfrm4_dst_ops.gc_thresh,
gc_thresh         182 net/ipv4/xfrm4_policy.c 		table[0].data = &net->xfrm.xfrm4_dst_ops.gc_thresh;
gc_thresh         244 net/ipv6/route.c 	.gc_thresh		=	1024,
gc_thresh        3214 net/ipv6/route.c 	if (entries < ops->gc_thresh)
gc_thresh        6090 net/ipv6/route.c 		.data		=	&ip6_dst_ops_template.gc_thresh,
gc_thresh        6174 net/ipv6/route.c 		table[1].data = &net->ipv6.ip6_dst_ops.gc_thresh;
gc_thresh         165 net/ipv6/xfrm6_policy.c 	.gc_thresh =		32768,
gc_thresh         190 net/ipv6/xfrm6_policy.c 		.data		= &init_net.xfrm.xfrm6_dst_ops.gc_thresh,
gc_thresh         209 net/ipv6/xfrm6_policy.c 		table[0].data = &net->xfrm.xfrm6_dst_ops.gc_thresh;