Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
Dbareudp.c286 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb()
349 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb()
471 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
Dgeneve.c778 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt()
833 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
Dvxlan.c2399 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route()
2454 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
/kernel/linux/linux-5.10/include/net/
Dip_tunnels.h200 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel.c577 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit()
736 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()