Home
last modified time | relevance | path

Searched refs:use_cache (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dbareudp.c286 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_xmit_skb() local
301 IPPROTO_UDP, use_cache); in bareudp_xmit_skb()
349 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp6_xmit_skb() local
364 IPPROTO_UDP, use_cache); in bareudp6_xmit_skb()
469 bool use_cache; in bareudp_fill_metadata_dst() local
471 use_cache = ip_tunnel_dst_cache_usable(skb, info); in bareudp_fill_metadata_dst()
478 info, IPPROTO_UDP, use_cache); in bareudp_fill_metadata_dst()
491 use_cache); in bareudp_fill_metadata_dst()
H A Dgeneve.c778 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local
798 use_cache = false; in geneve_get_v4_rt()
805 if (use_cache) { in geneve_get_v4_rt()
820 if (use_cache) in geneve_get_v4_rt()
833 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local
853 use_cache = false; in geneve_get_v6_dst()
858 if (use_cache) { in geneve_get_v6_dst()
875 if (use_cache) in geneve_get_v6_dst()
/kernel/linux/linux-6.6/drivers/net/
H A Dbareudp.c295 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()
H A Dgeneve.c809 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v4_rt() local
830 use_cache = false; in geneve_get_v4_rt()
837 if (use_cache) { in geneve_get_v4_rt()
852 if (use_cache) in geneve_get_v4_rt()
865 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in geneve_get_v6_dst() local
885 use_cache = false; in geneve_get_v6_dst()
890 if (use_cache) { in geneve_get_v6_dst()
907 if (use_cache) in geneve_get_v6_dst()
/kernel/linux/linux-5.10/sound/pci/nm256/
H A Dnm256.c48 static bool use_cache; /* disabled */ variable
65 module_param(use_cache, bool, 0444);
66 MODULE_PARM_DESC(use_cache, "Enable the cache for coefficient table access.");
213 unsigned int use_cache: 1; /* use one big coef. table */ member
366 if (! chip->use_cache) { in snd_nm256_load_coefficient()
1492 chip->use_cache = use_cache; in snd_nm256_create()
1564 if (chip->use_cache) in snd_nm256_create()
1606 if (chip->use_cache) { in snd_nm256_create()
/kernel/linux/linux-6.6/sound/pci/nm256/
H A Dnm256.c46 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()
/kernel/linux/linux-5.10/net/ipv4/
H A Dip_tunnel.c582 bool use_cache; in ip_md_tunnel_xmit() local
604 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_md_tunnel_xmit()
605 if (use_cache) in ip_md_tunnel_xmit()
613 if (use_cache) in ip_md_tunnel_xmit()
671 bool use_cache = false; in ip_tunnel_xmit() local
763 use_cache = ip_tunnel_dst_cache_usable(skb, tun_info); in ip_tunnel_xmit()
764 if (use_cache) in ip_tunnel_xmit()
779 if (use_cache) in ip_tunnel_xmit()
H A Droute.c2818 u8 protocol, bool use_cache) in ip_route_output_tunnel()
2829 if (use_cache) { in ip_route_output_tunnel()
2854 if (use_cache) in ip_route_output_tunnel()
2814 ip_route_output_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, __be32 *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip_route_output_tunnel() argument
/kernel/linux/linux-6.6/net/ipv4/
H A Dip_tunnel.c596 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 Droute.c2892 u8 protocol, bool use_cache) in ip_route_output_tunnel()
2903 if (use_cache) { in ip_route_output_tunnel()
2928 if (use_cache) in ip_route_output_tunnel()
2888 ip_route_output_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, __be32 *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip_route_output_tunnel() argument
/kernel/linux/linux-5.10/include/net/
H A Droute.h135 u8 protocol, bool use_cache);
H A Dipv6.h1033 u8 protocol, bool use_cache);
/kernel/linux/linux-6.6/include/net/
H A Droute.h143 u8 protocol, bool use_cache);
H A Dipv6.h1141 u8 protocol, bool use_cache);
/kernel/linux/linux-5.10/drivers/net/vxlan/
H A Dvxlan_core.c2397 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan_get_route() local
2405 use_cache = false; in vxlan_get_route()
2406 if (use_cache) { in vxlan_get_route()
2431 if (use_cache) in vxlan_get_route()
2452 bool use_cache = ip_tunnel_dst_cache_usable(skb, info); in vxlan6_get_route() local
2460 use_cache = false; in vxlan6_get_route()
2461 if (use_cache) { in vxlan6_get_route()
2491 if (use_cache) in vxlan6_get_route()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H A Dvxlan_core.c2225 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()
/kernel/linux/linux-5.10/net/ipv6/
H A Dip6_tunnel.c1130 bool use_cache = false; in ip6_tnl_xmit() local
1171 use_cache = true; in ip6_tnl_xmit()
1174 if (use_cache) in ip6_tnl_xmit()
1261 if (use_cache && ndst) in ip6_tnl_xmit()
H A Dip6_output.c1290 * @use_cache: Flag to enable cache usage
1304 bool use_cache) in ip6_dst_lookup_tunnel()
1315 if (use_cache) { in ip6_dst_lookup_tunnel()
1341 if (use_cache) in ip6_dst_lookup_tunnel()
1297 ip6_dst_lookup_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, struct socket *sock, struct in6_addr *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip6_dst_lookup_tunnel() argument
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6_tunnel.c1098 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 Dip6_output.c1301 * @use_cache: Flag to enable cache usage
1315 bool use_cache) in ip6_dst_lookup_tunnel()
1326 if (use_cache) { in ip6_dst_lookup_tunnel()
1352 if (use_cache) in ip6_dst_lookup_tunnel()
1308 ip6_dst_lookup_tunnel(struct sk_buff *skb, struct net_device *dev, struct net *net, struct socket *sock, struct in6_addr *saddr, const struct ip_tunnel_info *info, u8 protocol, bool use_cache) ip6_dst_lookup_tunnel() argument
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dpeb2466.c1763 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()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfile.c750 goto use_cache; in cifs_open()
834 use_cache: in cifs_open()

Completed in 57 milliseconds