Home
last modified time | relevance | path

Searched refs:dst_cache_set_ip4 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/core/
H A Ddst_cache.c90 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() function
102 EXPORT_SYMBOL_GPL(dst_cache_set_ip4);
/openbmc/linux/include/net/
H A Ddst_cache.h43 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst,
/openbmc/linux/net/ipv4/
H A Dip_tunnel.c633 dst_cache_set_ip4(&tun_info->dst_cache, &rt->dst, in ip_md_tunnel_xmit()
801 dst_cache_set_ip4(&tun_info->dst_cache, &rt->dst, in ip_tunnel_xmit()
804 dst_cache_set_ip4(&tunnel->dst_cache, &rt->dst, in ip_tunnel_xmit()
H A Droute.c2950 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in ip_route_output_tunnel()
/openbmc/linux/drivers/net/wireguard/
H A Dsocket.c81 dst_cache_set_ip4(cache, &rt->dst, fl.saddr); in send4()
/openbmc/linux/net/tipc/
H A Dudp_media.c194 dst_cache_set_ip4(cache, &rt->dst, fl.saddr); in tipc_udp_xmit()
/openbmc/linux/net/ipv6/
H A Dsit.c948 dst_cache_set_ip4(&tunnel->dst_cache, &rt->dst, fl4.saddr); in ipip6_tunnel_xmit()
/openbmc/linux/drivers/net/
H A Dgeneve.c854 dst_cache_set_ip4(dst_cache, &rt->dst, fl4->saddr); in geneve_get_v4_rt()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2284 dst_cache_set_ip4(dst_cache, &rt->dst, fl4.saddr); in vxlan_get_route()