Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dbareudp.c310 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb()
380 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb()
508 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
H A Dgeneve.c839 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb()
951 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve6_xmit_skb()
1091 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_fill_metadata_dst()
1118 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_fill_metadata_dst()
/linux-6.15/include/net/
H A Dip_tunnels.h311 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
/linux-6.15/net/ipv4/
H A Dip_tunnel.c624 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit()
785 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
/linux-6.15/drivers/net/vxlan/
H A Dvxlan_core.c2391 use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_xmit_one()