Searched refs:ip_tunnel_dst_cache_usable (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | bareudp.c | 286 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() 349 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() 471 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
|
H A D | geneve.c | 778 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() 833 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
|
/kernel/linux/linux-6.6/drivers/net/ |
H 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()
|
H A D | geneve.c | 809 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() 865 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 200 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 212 ip_tunnel_dst_cache_usable(const struct sk_buff *skb, in ip_tunnel_dst_cache_usable() function
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_tunnel.c | 604 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 763 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_tunnel.c | 623 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 784 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
|
/kernel/linux/linux-5.10/drivers/net/vxlan/ |
H A D | vxlan_core.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()
|
/kernel/linux/linux-6.6/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2225 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() 2281 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route()
|
Completed in 25 milliseconds