Searched refs:use_cache (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/ |
| H A 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() 506 bool use_cache; in bareudp_fill_metadata_dst() local 509 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 521 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst() 535 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
|
| H A D | geneve.c | 1277 bool *use_cache) in geneve_get_dsfield() argument 1285 *use_cache = false; in geneve_get_dsfield() 1298 bool use_cache; in geneve_xmit_skb() local 1311 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_xmit_skb() 1312 tos = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve_xmit_skb() 1320 use_cache ? in geneve_xmit_skb() 1411 bool use_cache; in geneve6_xmit_skb() local 1422 use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve6_xmit_skb() 1423 prio = geneve_get_dsfield(skb, dev, info, &use_cache); in geneve6_xmit_skb() 1431 use_cache ? in geneve6_xmit_skb() [all …]
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 583 bool use_cache; in ip_md_tunnel_xmit() local 610 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit() 611 if (use_cache) in ip_md_tunnel_xmit() 619 if (use_cache) in ip_md_tunnel_xmit() 678 bool use_cache = false; in ip_tunnel_xmit() local 771 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit() 772 if (use_cache) in ip_tunnel_xmit() 787 if (use_cache) in ip_tunnel_xmit()
|
| /linux/mm/ |
| H A D | execmem.c | 464 bool use_cache = range->flags & EXECMEM_ROX_CACHE; in execmem_alloc() local 471 if (use_cache) in execmem_alloc()
|
| /linux/net/ipv6/ |
| H A 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/sound/soc/codecs/ |
| H A D | peb2466.c | 1766 bool use_cache = false; in peb2466_chip_gpio_get() local 1779 use_cache = true; in peb2466_chip_gpio_get() 1789 if (use_cache) { in peb2466_chip_gpio_get()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2356 bool use_cache; in vxlan_xmit_one() local 2372 use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_xmit_one() 2414 use_cache = false; in vxlan_xmit_one() 2476 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one() 2561 use_cache ? dst_cache : NULL); in vxlan_xmit_one()
|
| /linux/fs/smb/client/ |
| H A D | file.c | 1092 goto use_cache; in cifs_open() 1180 use_cache: in cifs_open()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 1669 use_cache
|