Home
last modified time | relevance | path

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

/linux-6.14.4/net/core/
Ddst_cache.c75 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() function
91 EXPORT_SYMBOL_GPL(dst_cache_get_ip4);
/linux-6.14.4/include/net/
Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
/linux-6.14.4/net/ipv4/
Dudp_tunnel_core.c222 rt = dst_cache_get_ip4(dst_cache, saddr); in udp_tunnel_dst_lookup()
Dip_tunnel.c625 rt = dst_cache_get_ip4(&tun_info->dst_cache, &fl4.saddr); in ip_md_tunnel_xmit()
786 rt = dst_cache_get_ip4(&tun_info->dst_cache, in ip_tunnel_xmit()
789 rt = connected ? dst_cache_get_ip4(&tunnel->dst_cache, in ip_tunnel_xmit()
/linux-6.14.4/drivers/net/wireguard/
Dsocket.c49 rt = dst_cache_get_ip4(cache, &fl.saddr); in send4()
/linux-6.14.4/net/ipv6/
Dsit.c943 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr); in ipip6_tunnel_xmit()