Searched refs:dst_cache (Results 1 – 7 of 7) sorted by relevance
11 struct dst_cache { struct24 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache);33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);43 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst,56 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst,66 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache,77 static inline void dst_cache_reset(struct dst_cache *dst_cache) in dst_cache_reset() argument79 dst_cache->reset_ts = jiffies; in dst_cache_reset()87 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);96 void dst_cache_destroy(struct dst_cache *dst_cache);
52 struct dst_cache dst_cache; /* cached dst */ member
72 struct dst_cache dst_cache; member125 struct dst_cache dst_cache; member
198 struct dst_cache dst_cache; member
128 if (new_md->u.tun_info.dst_cache.cache) { in tun_dst_unclone()131 ret = dst_cache_init(&new_md->u.tun_info.dst_cache, GFP_ATOMIC); in tun_dst_unclone()
646 struct dst_entry *dst_cache; /* destination cache entry */ member
60 struct dst_entry *dst_cache; member