Searched refs:nocheck (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/net/ipv6/ |
| H A D | ip6_checksum.c | 115 void udp6_set_csum(bool nocheck, struct sk_buff *skb, in udp6_set_csum() argument 121 if (nocheck) in udp6_set_csum()
|
| H A D | ip6_udp_tunnel.c | 83 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() argument 99 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb()
|
| /linux-6.15/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
| /linux-6.15/include/net/ |
| H A D | ip6_checksum.h | 82 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
| H A D | udp_tunnel.h | 153 bool xnet, bool nocheck); 161 __be16 src_port, __be16 dst_port, bool nocheck);
|
| H A D | udp.h | 267 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
| /linux-6.15/net/ipv4/ |
| H A D | udp_tunnel_core.c | 157 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 171 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
| H A D | udp.c | 1094 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 1099 if (nocheck) { in udp_set_csum()
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | perf_event.c | 1398 goto nocheck; in sparc_pmu_add() 1405 nocheck: in sparc_pmu_add()
|
| /linux-6.15/arch/powerpc/perf/ |
| H A D | core-book3s.c | 1662 goto nocheck; in power_pmu_add() 1670 nocheck: in power_pmu_add()
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | ext2.rst | 24 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
|