Searched refs:use_cache (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/net/ |
A 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()
|
A 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-6.3-rc2/sound/pci/nm256/ |
A 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-6.3-rc2/net/ipv4/ |
A 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()
|
A 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-6.3-rc2/include/net/ |
A D | route.h | 146 u8 protocol, bool use_cache);
|
A D | ipv6.h | 1139 u8 protocol, bool use_cache);
|
/linux-6.3-rc2/sound/soc/codecs/ |
A 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-6.3-rc2/net/ipv6/ |
A 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()
|
A 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-6.3-rc2/drivers/net/vxlan/ |
A 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-6.3-rc2/fs/cifs/ |
A D | file.c | 747 goto use_cache; in cifs_open() 831 use_cache: in cifs_open()
|
/linux-6.3-rc2/Documentation/sound/ |
A D | alsa-configuration.rst | 1652 use_cache
|
Completed in 72 milliseconds