Lines Matching refs:dst_cache
324 err = dst_cache_init(&geneve->info.dst_cache, GFP_KERNEL); in geneve_init()
337 dst_cache_destroy(&geneve->info.dst_cache); in geneve_uninit()
780 struct dst_cache *dst_cache; in geneve_get_v4_rt() local
800 dst_cache = (struct dst_cache *)&info->dst_cache; in geneve_get_v4_rt()
802 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr); in geneve_get_v4_rt()
817 dst_cache_set_ip4(dst_cache, &rt->dst, fl4->saddr); in geneve_get_v4_rt()
831 struct dst_cache *dst_cache; in geneve_get_v6_dst() local
850 dst_cache = (struct dst_cache *)&info->dst_cache; in geneve_get_v6_dst()
852 dst = dst_cache_get_ip6(dst_cache, &fl6->saddr); in geneve_get_v6_dst()
867 dst_cache_set_ip6(dst_cache, dst, &fl6->saddr); in geneve_get_v6_dst()
1304 dst_cache_reset(&geneve->info.dst_cache); in geneve_configure()
1640 dst_cache_reset(&info.dst_cache); in geneve_changelink()