Searched refs:use_cache (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/drivers/net/ |
D | bareudp.c | 295 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local 310 IPPROTO_UDP, use_cache); in bareudp_xmit_skb() 358 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local 373 IPPROTO_UDP, use_cache); in bareudp6_xmit_skb() 478 bool use_cache; in bareudp_fill_metadata_dst() local 480 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 487 info, IPPROTO_UDP, use_cache); in bareudp_fill_metadata_dst() 500 use_cache); in bareudp_fill_metadata_dst()
|
D | geneve.c | 800 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local 821 use_cache = false; in geneve_get_v4_rt() 828 if (use_cache) { in geneve_get_v4_rt() 843 if (use_cache) in geneve_get_v4_rt() 856 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local 876 use_cache = false; in geneve_get_v6_dst() 881 if (use_cache) { in geneve_get_v6_dst() 898 if (use_cache) in geneve_get_v6_dst()
|
/Linux-v6.1/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-v6.1/net/ipv4/ |
D | ip_tunnel.c | 555 bool use_cache; in ip_md_tunnel_xmit() local 578 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 579 if (use_cache) in ip_md_tunnel_xmit() 587 if (use_cache) in ip_md_tunnel_xmit() 646 bool use_cache = false; in ip_tunnel_xmit() local 739 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 740 if (use_cache) in ip_tunnel_xmit() 755 if (use_cache) in ip_tunnel_xmit()
|
D | route.c | 2893 u8 protocol, bool use_cache) in ip_route_output_tunnel() argument 2904 if (use_cache) { in ip_route_output_tunnel() 2929 if (use_cache) in ip_route_output_tunnel()
|
/Linux-v6.1/fs/btrfs/ |
D | backref.h | 32 bool use_cache; member
|
D | backref.c | 1553 if (!cache->use_cache) in lookup_backref_shared_cache() 1620 if (!cache->use_cache) in store_backref_shared_cache() 1720 cache->use_cache = true; in btrfs_is_data_extent_shared() 1766 cache->use_cache = false; in btrfs_is_data_extent_shared()
|
/Linux-v6.1/include/net/ |
D | route.h | 149 u8 protocol, bool use_cache);
|
D | ipv6.h | 1105 u8 protocol, bool use_cache);
|
/Linux-v6.1/net/ipv6/ |
D | ip6_tunnel.c | 1084 bool use_cache = false; in ip6_tnl_xmit() local 1135 use_cache = true; in ip6_tnl_xmit() 1138 if (use_cache) in ip6_tnl_xmit() 1225 if (use_cache && ndst) in ip6_tnl_xmit()
|
D | ip6_output.c | 1296 bool use_cache) in ip6_dst_lookup_tunnel() argument 1307 if (use_cache) { in ip6_dst_lookup_tunnel() 1333 if (use_cache) in ip6_dst_lookup_tunnel()
|
/Linux-v6.1/drivers/net/vxlan/ |
D | vxlan_core.c | 2246 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() local 2254 use_cache = false; in vxlan_get_route() 2255 if (use_cache) { in vxlan_get_route() 2281 if (use_cache) in vxlan_get_route() 2302 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route() local 2310 use_cache = false; in vxlan6_get_route() 2311 if (use_cache) { in vxlan6_get_route() 2341 if (use_cache) in vxlan6_get_route()
|
/Linux-v6.1/fs/cifs/ |
D | file.c | 620 goto use_cache; in cifs_open() 704 use_cache: in cifs_open()
|
/Linux-v6.1/Documentation/sound/ |
D | alsa-configuration.rst | 1652 use_cache
|