Lines Matching defs:dst_cache
11 struct dst_cache {
18 * @dst_cache: the cache
24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);
28 * @dst_cache: the cache
33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
37 * @dst_cache: the cache
43 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst,
50 * @dst_cache: the cache
56 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,
61 * @dst_cache: the cache
66 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,
72 * @dst_cache: the cache
77 static inline void dst_cache_reset(struct dst_cache *dst_cache)
79 dst_cache->reset_ts = jiffies;
84 * @dst_cache: the cache
87 * all dst_cache users immediately, rather than waiting for the next
91 void dst_cache_reset_now(struct dst_cache *dst_cache);
95 * @dst_cache: the cache
98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
102 * @dst_cache: the cache
107 void dst_cache_destroy(struct dst_cache *dst_cache);