Searched refs:ip_tunnel_dst_cache_usable (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ |
D | bareudp.c | 285 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() 348 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() 470 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
|
D | geneve.c | 777 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() 830 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
|
D | vxlan.c | 2397 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() 2452 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
|
/Linux-v5.10/include/net/ |
D | ip_tunnels.h | 200 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
/Linux-v5.10/net/ipv4/ |
D | ip_tunnel.c | 573 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 732 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
|