nocheck          1508 arch/powerpc/perf/core-book3s.c 		goto nocheck;
nocheck          1516 arch/powerpc/perf/core-book3s.c nocheck:
nocheck          1398 arch/sparc/kernel/perf_event.c 		goto nocheck;
nocheck          1405 arch/sparc/kernel/perf_event.c nocheck:
nocheck            96 include/net/ip6_checksum.h void udp6_set_csum(bool nocheck, struct sk_buff *skb,
nocheck           154 include/net/udp.h void udp_set_csum(bool nocheck, struct sk_buff *skb,
nocheck           144 include/net/udp_tunnel.h 			 bool xnet, bool nocheck);
nocheck           152 include/net/udp_tunnel.h 			 __be16 src_port, __be16 dst_port, bool nocheck);
nocheck           791 net/ipv4/udp.c void udp_set_csum(bool nocheck, struct sk_buff *skb,
nocheck           796 net/ipv4/udp.c 	if (nocheck) {
nocheck           176 net/ipv4/udp_tunnel.c 			 bool xnet, bool nocheck)
nocheck           190 net/ipv4/udp_tunnel.c 	udp_set_csum(nocheck, skb, src, dst, skb->len);
nocheck           115 net/ipv6/ip6_checksum.c void udp6_set_csum(bool nocheck, struct sk_buff *skb,
nocheck           121 net/ipv6/ip6_checksum.c 	if (nocheck)
nocheck            86 net/ipv6/ip6_udp_tunnel.c 			 __be16 src_port, __be16 dst_port, bool nocheck)
nocheck           102 net/ipv6/ip6_udp_tunnel.c 	udp6_set_csum(nocheck, skb, saddr, daddr, skb->len);