Lines Matching defs:dst_cache
346 err = dst_cache_init(&geneve->cfg.info.dst_cache, GFP_KERNEL);
359 dst_cache_destroy(&geneve->cfg.info.dst_cache);
811 struct dst_cache *dst_cache;
836 dst_cache = (struct dst_cache *)&info->dst_cache;
838 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr);
853 dst_cache_set_ip4(dst_cache, &rt->dst, fl4->saddr);
868 struct dst_cache *dst_cache;
889 dst_cache = (struct dst_cache *)&info->dst_cache;
891 dst = dst_cache_get_ip6(dst_cache, &fl6->saddr);
908 dst_cache_set_ip6(dst_cache, dst, &fl6->saddr);
1430 dst_cache_reset(&geneve->cfg.info.dst_cache);
1768 dst_cache_reset(&cfg.info.dst_cache);