Searched refs:dst_cache_get_ip4 (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/core/ |
H A D | dst_cache.c | 72 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);
|
/openbmc/linux/include/net/ |
H A D | dst_cache.h | 33 struct rtable *dst_cache_get_ip4(struct dst_cache *dst_cache, __be32 *saddr);
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 625 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()
|
H A D | route.c | 2925 rt = dst_cache_get_ip4(dst_cache, saddr); in ip_route_output_tunnel()
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | socket.c | 49 rt = dst_cache_get_ip4(cache, &fl.saddr); in send4()
|
/openbmc/linux/net/ipv6/ |
H A D | sit.c | 941 rt = dst_cache_get_ip4(&tunnel->dst_cache, &fl4.saddr); in ipip6_tunnel_xmit()
|
/openbmc/linux/drivers/net/ |
H A D | geneve.c | 839 rt = dst_cache_get_ip4(dst_cache, &fl4->saddr); in geneve_get_v4_rt()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2258 rt = dst_cache_get_ip4(dst_cache, saddr); in vxlan_get_route()
|