Home
last modified time | relevance | path

Searched refs:dst_cache_get_ip4 (Results 1 – 3 of 3) sorted by relevance

/net/core/
Ddst_cache.c72 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() function
88 EXPORT_SYMBOL_GPL(dst_cache_get_ip4);
/net/ipv4/
Dip_tunnel.c583 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl4.saddr); in ip_md_tunnel_xmit()
745 rt = dst_cache_get_ip4(&tun_info->dst_cache, in ip_tunnel_xmit()
748 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, in ip_tunnel_xmit()
/net/ipv6/
Dsit.c904 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr); in ipip6_tunnel_xmit()