Searched refs:use_cache (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/drivers/net/ |
D | bareudp.c | 287 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local 302 IPPROTO_UDP, use_cache); in bareudp_xmit_skb() 350 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local 365 IPPROTO_UDP, use_cache); in bareudp6_xmit_skb() 470 bool use_cache; in bareudp_fill_metadata_dst() local 472 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 479 info, IPPROTO_UDP, use_cache); in bareudp_fill_metadata_dst() 492 use_cache); in bareudp_fill_metadata_dst()
|
D | geneve.c | 779 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local 799 use_cache = false; in geneve_get_v4_rt() 804 if (use_cache) { in geneve_get_v4_rt() 819 if (use_cache) in geneve_get_v4_rt() 832 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local 852 use_cache = false; in geneve_get_v6_dst() 858 if (use_cache) { in geneve_get_v6_dst() 875 if (use_cache) in geneve_get_v6_dst()
|
D | vxlan.c | 2400 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() local 2408 use_cache = false; in vxlan_get_route() 2409 if (use_cache) { in vxlan_get_route() 2434 if (use_cache) in vxlan_get_route() 2455 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route() local 2463 use_cache = false; in vxlan6_get_route() 2464 if (use_cache) { in vxlan6_get_route() 2494 if (use_cache) in vxlan6_get_route()
|
/Linux-v5.15/sound/pci/nm256/ |
D | nm256.c | 46 static bool use_cache; /* disabled */ variable 63 module_param(use_cache, bool, 0444); 64 MODULE_PARM_DESC(use_cache, "Enable the cache for coefficient table access."); 209 unsigned int use_cache: 1; /* use one big coef. table */ member 362 if (! chip->use_cache) { in snd_nm256_load_coefficient() 1462 chip->use_cache = use_cache; in snd_nm256_create() 1528 if (chip->use_cache) in snd_nm256_create() 1562 if (chip->use_cache) { in snd_nm256_create()
|
/Linux-v5.15/net/ipv4/ |
D | ip_tunnel.c | 555 bool use_cache; in ip_md_tunnel_xmit() local 577 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 578 if (use_cache) in ip_md_tunnel_xmit() 586 if (use_cache) in ip_md_tunnel_xmit() 644 bool use_cache = false; in ip_tunnel_xmit() local 736 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 737 if (use_cache) in ip_tunnel_xmit() 752 if (use_cache) in ip_tunnel_xmit()
|
D | route.c | 2878 u8 protocol, bool use_cache) in ip_route_output_tunnel() argument 2889 if (use_cache) { in ip_route_output_tunnel() 2914 if (use_cache) in ip_route_output_tunnel()
|
/Linux-v5.15/include/net/ |
D | route.h | 135 u8 protocol, bool use_cache);
|
D | ipv6.h | 1043 u8 protocol, bool use_cache);
|
/Linux-v5.15/net/ipv6/ |
D | ip6_tunnel.c | 1090 bool use_cache = false; in ip6_tnl_xmit() local 1131 use_cache = true; in ip6_tnl_xmit() 1134 if (use_cache) in ip6_tnl_xmit() 1221 if (use_cache && ndst) in ip6_tnl_xmit()
|
D | ip6_output.c | 1269 bool use_cache) in ip6_dst_lookup_tunnel() argument 1280 if (use_cache) { in ip6_dst_lookup_tunnel() 1307 if (use_cache) in ip6_dst_lookup_tunnel()
|
/Linux-v5.15/Documentation/sound/ |
D | alsa-configuration.rst | 1643 use_cache
|