Searched refs:dst_cache_get_ip4 (Results 1 – 4 of 4) sorted by relevance
81 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() function101 EXPORT_SYMBOL_GPL(dst_cache_get_ip4);
242 rt = dst_cache_get_ip4(dst_cache, saddr); in udp_tunnel_dst_lookup()
626 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl4.saddr); in ip_md_tunnel_xmit()787 rt = dst_cache_get_ip4(&tun_info->dst_cache, in ip_tunnel_xmit()790 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, in ip_tunnel_xmit()
944 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr); in ipip6_tunnel_xmit()
Completed in 14 milliseconds