Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddst_cache.c81 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr) in dst_cache_get_ip4() function
101 EXPORT_SYMBOL_GPL(dst_cache_get_ip4);
/linux/include/net/
H A Ddst_cache.h33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
/linux/drivers/net/ovpn/
H A Dudp.c161 rt = dst_cache_get_ip4(cache, &fl.saddr); in ovpn_udp4_output()
/linux/net/ipv4/
H A Dip_tunnel.c626 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()
/linux/drivers/net/wireguard/
H A Dsocket.c49 rt = dst_cache_get_ip4(cache, &fl.saddr); in send4()
/linux/net/ipv6/
H A Dsit.c944 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr); in ipip6_tunnel_xmit()