Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Ddst_cache.c76 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() function
92 EXPORT_SYMBOL_GPL(dst_cache_get_ip4);
/Linux-v4.19/include/net/
Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
/Linux-v4.19/net/ipv4/
Dip_tunnel.c722 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr) : in ip_tunnel_xmit()
Dip_gre.c496 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl->saddr); in prepare_fb_xmit()
/Linux-v4.19/drivers/net/
Dgeneve.c745 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr); in geneve_get_v4_rt()
Dvxlan.c1907 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()