Searched refs:ip_tunnel_dst_cache_usable (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ |
A D | bareudp.c | 287 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() 350 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() 472 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
|
A D | geneve.c | 779 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() 832 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
|
A D | vxlan.c | 2400 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() 2455 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
|
/linux/include/net/ |
A D | ip_tunnels.h | 200 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
/linux/net/ipv4/ |
A D | ip_tunnel.c | 577 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()
|
Completed in 20 milliseconds