Searched refs:nocheck (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
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()
|
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()
|
/kernel/linux/linux-5.10/include/net/ |
D | udp_tunnel.h | 145 bool xnet, bool nocheck); 152 __be16 src_port, __be16 dst_port, bool nocheck);
|
D | ip6_checksum.h | 96 void udp6_set_csum(bool nocheck, struct sk_buff *skb,
|
D | udp.h | 155 void udp_set_csum(bool nocheck, struct sk_buff *skb,
|
/kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/ |
D | run.sh | 89 dmesg | comm --nocheck-order -13 "$DMESG" - > "$LOG" || true
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | udp_tunnel_core.c | 174 bool xnet, bool nocheck) in udp_tunnel_xmit_skb() argument 188 udp_set_csum(nocheck, skb, src, dst, skb->len); in udp_tunnel_xmit_skb()
|
D | udp.c | 855 void udp_set_csum(bool nocheck, struct sk_buff *skb, in udp_set_csum() argument 860 if (nocheck) { in udp_set_csum()
|
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/ |
D | functions.sh | 281 result=$(dmesg | comm --nocheck-order -13 "$SAVED_DMESG" - | \
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | perf_event.c | 1398 goto nocheck; in sparc_pmu_add() 1405 nocheck: in sparc_pmu_add()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | core-book3s.c | 1584 goto nocheck; in power_pmu_add() 1592 nocheck: in power_pmu_add()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | ext2.rst | 23 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
|