Lines Matching refs:dst_cache
326 err = dst_cache_init(&geneve->info.dst_cache, GFP_KERNEL); in geneve_init()
339 dst_cache_destroy(&geneve->info.dst_cache); in geneve_uninit()
723 struct dst_cache *dst_cache; in geneve_get_v4_rt() local
743 dst_cache = (struct dst_cache *)&info->dst_cache; in geneve_get_v4_rt()
745 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr); in geneve_get_v4_rt()
760 dst_cache_set_ip4(dst_cache, &rt->dst, fl4->saddr); in geneve_get_v4_rt()
774 struct dst_cache *dst_cache; in geneve_get_v6_dst() local
793 dst_cache = (struct dst_cache *)&info->dst_cache; in geneve_get_v6_dst()
795 dst = dst_cache_get_ip6(dst_cache, &fl6->saddr); in geneve_get_v6_dst()
810 dst_cache_set_ip6(dst_cache, dst, &fl6->saddr); in geneve_get_v6_dst()
1210 dst_cache_reset(&geneve->info.dst_cache); in geneve_configure()
1524 dst_cache_reset(&info.dst_cache); in geneve_changelink()