Home
last modified time | relevance | path

Searched defs:dst_cache (Results 1 – 2 of 2) sorted by relevance

/net/core/
Ddst_cache.c31 static void dst_cache_per_cpu_dst_set(struct dst_cache_pcpu *dst_cache, in dst_cache_per_cpu_dst_set()
42 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get()
67 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get()
76 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4()
94 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4()
109 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6()
124 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6()
144 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init()
156 void dst_cache_destroy(struct dst_cache *dst_cache) in dst_cache_destroy()
/net/ipv6/ila/
Dila_lwt.c21 struct dst_cache dst_cache; member