Searched refs:use_cache (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/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 | 795 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local 816 use_cache = false; in geneve_get_v4_rt() 823 if (use_cache) { in geneve_get_v4_rt() 838 if (use_cache) in geneve_get_v4_rt() 851 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local 871 use_cache = false; in geneve_get_v6_dst() 876 if (use_cache) { in geneve_get_v6_dst() 893 if (use_cache) in geneve_get_v6_dst()
|
/Linux-v6.6/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() 1432 chip->use_cache = use_cache; in snd_nm256_create() 1498 if (chip->use_cache) in snd_nm256_create() 1532 if (chip->use_cache) { in snd_nm256_create()
|
/Linux-v6.6/net/ipv4/ |
D | ip_tunnel.c | 569 bool use_cache; in ip_md_tunnel_xmit() local 596 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 597 if (use_cache) in ip_md_tunnel_xmit() 605 if (use_cache) in ip_md_tunnel_xmit() 664 bool use_cache = false; in ip_tunnel_xmit() local 757 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 758 if (use_cache) in ip_tunnel_xmit() 773 if (use_cache) in ip_tunnel_xmit()
|
D | route.c | 2892 u8 protocol, bool use_cache) in ip_route_output_tunnel() argument 2903 if (use_cache) { in ip_route_output_tunnel() 2928 if (use_cache) in ip_route_output_tunnel()
|
/Linux-v6.6/include/net/ |
D | route.h | 143 u8 protocol, bool use_cache);
|
D | ipv6.h | 1141 u8 protocol, bool use_cache);
|
/Linux-v6.6/sound/soc/codecs/ |
D | peb2466.c | 1763 bool use_cache = false; in peb2466_chip_gpio_get() local 1776 use_cache = true; in peb2466_chip_gpio_get() 1786 if (use_cache) { in peb2466_chip_gpio_get()
|
/Linux-v6.6/net/ipv6/ |
D | ip6_tunnel.c | 1083 bool use_cache = false; in ip6_tnl_xmit() local 1134 use_cache = true; in ip6_tnl_xmit() 1137 if (use_cache) in ip6_tnl_xmit() 1224 if (use_cache && ndst) in ip6_tnl_xmit()
|
D | ip6_output.c | 1309 bool use_cache) in ip6_dst_lookup_tunnel() argument 1320 if (use_cache) { in ip6_dst_lookup_tunnel() 1346 if (use_cache) in ip6_dst_lookup_tunnel()
|
/Linux-v6.6/drivers/net/vxlan/ |
D | vxlan_core.c | 2225 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() local 2233 use_cache = false; in vxlan_get_route() 2234 if (use_cache) { in vxlan_get_route() 2260 if (use_cache) in vxlan_get_route() 2281 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route() local 2289 use_cache = false; in vxlan6_get_route() 2290 if (use_cache) { in vxlan6_get_route() 2320 if (use_cache) in vxlan6_get_route()
|
/Linux-v6.6/fs/smb/client/ |
D | file.c | 747 goto use_cache; in cifs_open() 831 use_cache: in cifs_open()
|
/Linux-v6.6/Documentation/sound/ |
D | alsa-configuration.rst | 1666 use_cache
|