Home
last modified time | relevance | path

Searched refs:dst_entries_get_fast (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/net/
Ddst_ops.h42 static inline int dst_entries_get_fast(struct dst_ops *dst) in dst_entries_get_fast() function
/linux-4.4.14/net/core/
Ddst.c205 if (ops->gc && dst_entries_get_fast(ops) > ops->gc_thresh) { in dst_alloc()
/linux-4.4.14/net/ipv6/
Dxfrm6_policy.c224 return dst_entries_get_fast(ops) > ops->gc_thresh * 2; in xfrm6_garbage_collect()
Droute.c1681 entries = dst_entries_get_fast(ops); in ip6_dst_gc()