Home
last modified time | relevance | path

Searched refs:ECONNRESET (Results 1 – 12 of 12) sorted by relevance

/tools/include/uapi/asm-generic/
A Derrno.h87 #define ECONNRESET 104 /* Connection reset by peer */ macro
/tools/arch/mips/include/uapi/asm/
A Derrno.h86 #define ECONNRESET 131 /* Connection reset by peer */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h94 #define ECONNRESET 232 /* Connection reset by peer */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h31 #define ECONNRESET 54 /* Connection reset by peer */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h28 #define ECONNRESET 54 /* Connection reset by peer */ macro
/tools/testing/selftests/net/tcp_ao/
A Drst.c312 if (is_writable[i] && err != ECONNRESET) { in test_client_active_rst()
421 if (err && err == -ECONNRESET) in test_client_passive_rst()
/tools/testing/selftests/bpf/prog_tests/
A Dsock_destroy.c102 ASSERT_EQ(errno, ECONNRESET, "error code on destroyed socket"); in test_tcp_server()
/tools/testing/selftests/net/rds/
A Dtest.py192 if e.errno in [errno.ENOBUFS, errno.ECONNRESET, errno.EPIPE]:
/tools/testing/vsock/
A Dvsock_test.c66 if (errno != ECONNRESET) { in test_stream_connection_reset()
105 if (errno != ECONNRESET) { in test_stream_bind_only_client()
2025 if (ret == -1 && (errno != EINTR && errno != ECONNRESET)) { in test_stream_transport_change_client()
2034 if (!ret || errno == ECONNRESET) in test_stream_transport_change_client()
2046 if (!ret || errno == ECONNRESET) in test_stream_transport_change_client()
/tools/testing/selftests/net/af_unix/
A Dmsg_oob.c323 __recvpair(_metadata, self, "", reset ? -ECONNRESET : 0, 1, in __resetpair()
/tools/testing/selftests/cgroup/
A Dtest_memcontrol.c1310 if (errno == ECONNRESET) in tcp_server()
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c485 case -ECONNRESET: in intel_pt_ext_err()
1620 return -ECONNRESET; in intel_pt_emulated_ptwrite()

Completed in 27 milliseconds