Searched refs:use_cache (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/net/ |
D | bareudp.c | 310 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local 331 use_cache ? in bareudp_xmit_skb() 380 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local 401 use_cache ? in bareudp6_xmit_skb() 505 bool use_cache; in bareudp_fill_metadata_dst() local 508 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 520 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst() 534 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
|
D | geneve.c | 800 bool *use_cache) in geneve_get_dsfield() argument 808 *use_cache = false; in geneve_get_dsfield() 823 bool use_cache; in geneve_xmit_skb() local 836 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb() 837 tos = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve_xmit_skb() 843 use_cache ? in geneve_xmit_skb() 935 bool use_cache; in geneve6_xmit_skb() local 946 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve6_xmit_skb() 947 prio = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve6_xmit_skb() 953 use_cache ? in geneve6_xmit_skb() [all …]
|
/linux-6.12.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() 1427 chip->use_cache = use_cache; in snd_nm256_create() 1493 if (chip->use_cache) in snd_nm256_create() 1527 if (chip->use_cache) { in snd_nm256_create()
|
/linux-6.12.1/net/ipv4/ |
D | ip_tunnel.c | 596 bool use_cache; in ip_md_tunnel_xmit() local 623 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 624 if (use_cache) in ip_md_tunnel_xmit() 632 if (use_cache) in ip_md_tunnel_xmit() 691 bool use_cache = false; in ip_tunnel_xmit() local 784 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 785 if (use_cache) in ip_tunnel_xmit() 800 if (use_cache) in ip_tunnel_xmit()
|
/linux-6.12.1/net/ipv6/ |
D | ip6_tunnel.c | 1100 bool use_cache = false; in ip6_tnl_xmit() local 1151 use_cache = true; in ip6_tnl_xmit() 1154 if (use_cache) in ip6_tnl_xmit() 1241 if (use_cache && ndst) in ip6_tnl_xmit()
|
/linux-6.12.1/sound/soc/codecs/ |
D | peb2466.c | 1764 bool use_cache = false; in peb2466_chip_gpio_get() local 1777 use_cache = true; in peb2466_chip_gpio_get() 1787 if (use_cache) { in peb2466_chip_gpio_get()
|
/linux-6.12.1/drivers/net/vxlan/ |
D | vxlan_core.c | 2352 bool use_cache; in vxlan_xmit_one() local 2365 use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_xmit_one() 2407 use_cache = false; in vxlan_xmit_one() 2462 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one() 2533 use_cache ? dst_cache : NULL); in vxlan_xmit_one()
|
/linux-6.12.1/fs/smb/client/ |
D | file.c | 1000 goto use_cache; in cifs_open() 1084 use_cache: in cifs_open()
|
/linux-6.12.1/Documentation/sound/ |
D | alsa-configuration.rst | 1669 use_cache
|