Home
last modified time | relevance | path

Searched refs:ip_tunnel_dst_cache_usable (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/net/
Dip_tunnels.h200 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
/Linux-v5.4/net/ipv4/
Dip_tunnel.c581 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit()
743 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
/Linux-v5.4/drivers/net/
Dgeneve.c778 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt()
828 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
Dvxlan.c2221 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route()
2276 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()