Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/
Dbareudp.c295 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb()
358 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb()
480 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
Dgeneve.c795 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt()
851 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
/Linux-v6.6/include/net/
Dip_tunnels.h212 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
/Linux-v6.6/net/ipv4/
Dip_tunnel.c596 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit()
757 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
/Linux-v6.6/drivers/net/vxlan/
Dvxlan_core.c2225 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route()
2281 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()