Lines Matching defs:dst_cache
322 err = dst_cache_init(&geneve->cfg.info.dst_cache, GFP_KERNEL);
335 dst_cache_destroy(&geneve->cfg.info.dst_cache);
780 struct dst_cache *dst_cache;
804 dst_cache = (struct dst_cache *)&info->dst_cache;
806 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr);
821 dst_cache_set_ip4(dst_cache, &rt->dst, fl4->saddr);
836 struct dst_cache *dst_cache;
857 dst_cache = (struct dst_cache *)&info->dst_cache;
859 dst = dst_cache_get_ip6(dst_cache, &fl6->saddr);
876 dst_cache_set_ip6(dst_cache, dst, &fl6->saddr);
1393 dst_cache_reset(&geneve->cfg.info.dst_cache);
1715 dst_cache_reset(&cfg.info.dst_cache);