Searched refs:dst_cache_get_ip4 (Results 1 – 6 of 6) sorted by relevance
76 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() function92 EXPORT_SYMBOL_GPL(dst_cache_get_ip4);
33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
722 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr) : in ip_tunnel_xmit()
496 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl->saddr); in prepare_fb_xmit()
745 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr); in geneve_get_v4_rt()
1907 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()