Home
last modified time | relevance | path

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

/Linux-v5.10/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);
/Linux-v5.10/include/net/
Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
/Linux-v5.10/net/ipv4/
Dip_tunnel.c575 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl4.saddr); in ip_md_tunnel_xmit()
734 rt = dst_cache_get_ip4(&tun_info->dst_cache, in ip_tunnel_xmit()
737 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, in ip_tunnel_xmit()
Droute.c2800 rt = dst_cache_get_ip4(dst_cache, saddr); in ip_route_output_tunnel()
/Linux-v5.10/drivers/net/wireguard/
Dsocket.c49 rt = dst_cache_get_ip4(cache, &fl.saddr); in send4()
/Linux-v5.10/net/ipv6/
Dsit.c944 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr); in ipip6_tunnel_xmit()
/Linux-v5.10/drivers/net/
Dgeneve.c803 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr); in geneve_get_v4_rt()
Dvxlan.c2407 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()