Searched refs:ip_tunnel_dst_cache_usable (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ |
| H A D | bareudp.c | 310 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() 509 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
|
| H A D | geneve.c | 1311 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb() 1422 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve6_xmit_skb() 1563 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_fill_metadata_dst() 1590 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_fill_metadata_dst()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 610 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 771 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
|
| /linux/include/net/ |
| H A D | ip_tunnels.h | 321 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2379 use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_xmit_one()
|