Searched refs:nocheck (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/net/ipv6/ |
A D | ip6_udp_tunnel.c | 81 __be16 src_port, __be16 dst_port, bool nocheck) in udp_tunnel6_xmit_skb() argument 97 udp6_set_csum(nocheck, skb, saddr, daddr, skb->len); in udp_tunnel6_xmit_skb()
|
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()
|
/linux-6.3-rc2/net/ipv4/ |
A D | udp_tunnel_core.c | 156 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 170 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
A D | udp.c | 878 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 883 if (nocheck) { in udp_set_csum()
|
/linux-6.3-rc2/include/net/ |
A D | udp_tunnel.h | 153 bool xnet, bool nocheck); 160 __be16 src_port, __be16 dst_port, bool nocheck);
|
A D | ip6_checksum.h | 82 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
A D | udp.h | 156 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
/linux-6.3-rc2/tools/testing/selftests/lkdtm/ |
A D | run.sh | 97 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/linux-6.3-rc2/tools/testing/selftests/livepatch/ |
A D | functions.sh | 298 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
/linux-6.3-rc2/arch/sparc/kernel/ |
A D | perf_event.c | 1398 goto nocheck; in sparc_pmu_add() 1405 nocheck: in sparc_pmu_add()
|
/linux-6.3-rc2/arch/powerpc/perf/ |
A D | core-book3s.c | 1666 goto nocheck; in power_pmu_add() 1674 nocheck: in power_pmu_add()
|
/linux-6.3-rc2/Documentation/filesystems/ |
A D | ext2.rst | 24 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
|
Completed in 27 milliseconds