Searched refs:idst (Results 1 – 1 of 1) sorted by relevance
39 struct dst_cache_pcpu *idst) in dst_cache_per_cpu_get() argument43 dst = idst->dst; in dst_cache_per_cpu_get()50 if (unlikely(!time_after(idst->refresh_ts, dst_cache->reset_ts) || in dst_cache_per_cpu_get()51 (dst->obsolete && !dst->ops->check(dst, idst->cookie)))) { in dst_cache_per_cpu_get()52 dst_cache_per_cpu_dst_set(idst, NULL, 0); in dst_cache_per_cpu_get()59 idst->refresh_ts = jiffies; in dst_cache_per_cpu_get()74 struct dst_cache_pcpu *idst; in dst_cache_get_ip4() local80 idst = this_cpu_ptr(dst_cache->cache); in dst_cache_get_ip4()81 dst = dst_cache_per_cpu_get(dst_cache, idst); in dst_cache_get_ip4()85 *saddr = idst->in_saddr.s_addr; in dst_cache_get_ip4()[all …]