Searched refs:ip_tunnel_dst_cache_usable (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | bareudp.c | 311 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() 377 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() 502 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
|
H A D | geneve.c | 810 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() 866 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
|
/openbmc/linux/include/net/ |
H A D | ip_tunnels.h | 212 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
/openbmc/linux/net/ipv4/ |
H A D | ip_tunnel.c | 623 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 784 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2248 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() 2304 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
|