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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dxfrm4_policy.c274 return (atomic_read(&xfrm4_dst_ops.entries) > xfrm4_dst_ops.gc_thresh*2);
329 .gc_thresh = 1024,
H A Droute.c807 if (equilibrium < ipv4_dst_ops.gc_thresh)
808 equilibrium = ipv4_dst_ops.gc_thresh;
913 atomic_read(&ipv4_dst_ops.entries) < ipv4_dst_ops.gc_thresh)
2971 .procname = "gc_thresh",
2972 .data = &ipv4_dst_ops.gc_thresh,
3210 ipv4_dst_ops.gc_thresh = (rt_hash_mask + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dxfrm6_policy.c343 return (atomic_read(&xfrm6_dst_ops.entries) > xfrm6_dst_ops.gc_thresh*2);
396 .gc_thresh = 1024,
H A Droute.c112 .gc_thresh = 1024,
1064 if (atomic_read(&ip6_dst_ops.entries) < ip6_dst_ops.gc_thresh)
2462 .procname = "gc_thresh",
2463 .data = &ip6_dst_ops.gc_thresh,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Ddst.h93 unsigned gc_thresh; member in struct:dst_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddst.c124 if (ops->gc && atomic_read(&ops->entries) > ops->gc_thresh) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/decnet/
H A Ddn_route.c127 .gc_thresh = 128,
1815 dn_dst_ops.gc_thresh = (dn_rt_hash_mask + 1);

Completed in 115 milliseconds