Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dip_tunnels.h219 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
/Linux-v4.19/drivers/net/
Dgeneve.c721 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt()
771 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
Dvxlan.c1897 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route()
1952 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
/Linux-v4.19/net/ipv4/
Dip_gre.c493 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in prepare_fb_xmit()