Lines Matching refs:dst_entry
19 struct dst_entry *dst;
29 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set()
40 static struct dst_entry *dst_cache_per_cpu_get(struct dst_cache *dst_cache, in dst_cache_per_cpu_get()
43 struct dst_entry *dst; in dst_cache_per_cpu_get()
67 struct dst_entry *dst_cache_get(struct dst_cache *dst_cache) in dst_cache_get()
69 struct dst_entry *dst; in dst_cache_get()
84 struct dst_entry *dst; in dst_cache_get_ip4()
103 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4()
120 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6()
138 struct dst_entry *dst_cache_get_ip6(struct dst_cache *dst_cache, in dst_cache_get_ip6()
142 struct dst_entry *dst; in dst_cache_get_ip6()
203 struct dst_entry *dst = idst->dst; in dst_cache_reset_now()