Searched refs:ip_tunnel_dst_cache_usable (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ |
A D | bareudp.c | 295 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()
|
A D | geneve.c | 800 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() 856 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
|
/linux-6.3-rc2/include/net/ |
A D | ip_tunnels.h | 204 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
/linux-6.3-rc2/net/ipv4/ |
A D | ip_tunnel.c | 578 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 739 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
|
/linux-6.3-rc2/drivers/net/vxlan/ |
A D | vxlan_core.c | 2246 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() 2302 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
|
Completed in 20 milliseconds