Searched refs:use_cache (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | bareudp.c | 311 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local 329 IPPROTO_UDP, use_cache); in bareudp_xmit_skb() 377 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local 395 IPPROTO_UDP, use_cache); in bareudp6_xmit_skb() 500 bool use_cache; in bareudp_fill_metadata_dst() local 502 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst() 509 info, IPPROTO_UDP, use_cache); in bareudp_fill_metadata_dst() 522 use_cache); in bareudp_fill_metadata_dst()
|
H A D | geneve.c | 810 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local 831 use_cache = false; in geneve_get_v4_rt() 838 if (use_cache) { in geneve_get_v4_rt() 853 if (use_cache) in geneve_get_v4_rt() 866 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local 886 use_cache = false; in geneve_get_v6_dst() 891 if (use_cache) { in geneve_get_v6_dst() 908 if (use_cache) in geneve_get_v6_dst()
|
/openbmc/linux/sound/pci/nm256/ |
H 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() 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()
|
/openbmc/linux/net/ipv4/ |
H A 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()
|
H A D | route.c | 2887 u8 protocol, bool use_cache) in ip_route_output_tunnel() argument 2898 if (use_cache) { in ip_route_output_tunnel() 2923 if (use_cache) in ip_route_output_tunnel()
|
/openbmc/linux/include/net/ |
H A D | route.h | 143 u8 protocol, bool use_cache);
|
H A D | ipv6.h | 1141 u8 protocol, bool use_cache);
|
/openbmc/linux/sound/soc/codecs/ |
H A 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()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_tunnel.c | 1098 bool use_cache = false; in ip6_tnl_xmit() local 1149 use_cache = true; in ip6_tnl_xmit() 1152 if (use_cache) in ip6_tnl_xmit() 1239 if (use_cache && ndst) in ip6_tnl_xmit()
|
H A D | ip6_output.c | 1326 bool use_cache) in ip6_dst_lookup_tunnel() argument 1337 if (use_cache) { in ip6_dst_lookup_tunnel() 1363 if (use_cache) in ip6_dst_lookup_tunnel()
|
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | 2248 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() local 2256 use_cache = false; in vxlan_get_route() 2257 if (use_cache) { in vxlan_get_route() 2283 if (use_cache) in vxlan_get_route() 2304 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route() local 2312 use_cache = false; in vxlan6_get_route() 2313 if (use_cache) { in vxlan6_get_route() 2343 if (use_cache) in vxlan6_get_route()
|
/openbmc/linux/fs/smb/client/ |
H A D | file.c | 815 goto use_cache; in cifs_open() 899 use_cache: in cifs_open()
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 1666 use_cache
|