Home
last modified time | relevance | path

Searched refs:xerror (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c56 static void __noreturn xerror(const char *fmt, ...) in xerror() function
137 xerror("could not create listen socket"); in sock_listen_mptcp()
170 xerror("could not create connect socket"); in sock_connect_mptcp()
230 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack()
242 xerror("still tx data queued after %u ms\n", timeout); in wait_for_ack()
277 xerror("short write"); in connect_one_server()
333 xerror("could not find TCP_CM_INQ cmsg type"); in get_tcp_inq()
362 xerror("expect len %zu exceeds buffer size", expect_len); in process_one_client()
372 xerror("FIONREAD returned %u, but only %zu expected\n", in process_one_client()
388 xerror("msg_controllen is 0"); in process_one_client()
[all …]
H A Dmptcp_sockopt.c143 static void __noreturn xerror(const char *fmt, ...) in xerror() function
224 xerror("could not create listen socket"); in sock_listen_mptcp()
257 xerror("could not create connect socket"); in sock_connect_mptcp()
400 xerror("getsockopt MPTCP_TCPINFO (tries %d, %m)"); in do_getsockopt_tcp_info()
428 xerror("tcpi_bytes_sent %" PRIu64 ", want %zu. tcpi_bytes_received %" PRIu64 ", want %zu", in do_getsockopt_tcp_info()
530 xerror("getsockopt MPTCP_FULL_INFO"); in do_getsockopt_mptcp_full_info()
606 xerror("short write"); in connect_one_server()
622 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server()
625 xerror("data corruption"); in connect_one_server()
667 xerror("expected EOF, got %lu", ret3); in process_one_client()
[all …]
H A Dmptcp_connect.c145 static void __noreturn xerror(const char *fmt, ...) in xerror() function
275 #define X(m) xerror("%s:%u: %s: failed for proto %d at line %u", __FILE__, __LINE__, (m), proto, li…
287 xerror("unexpected ULP '%s' for proto %d at line %u", buf, proto, line); in sock_test_tcpulp()
507 xerror("TIMESTAMPNS not present\n"); in process_cmsg()
512 xerror("TCP_INQ not present\n"); in process_cmsg()
515 xerror("tcp_inq %u is larger than one kbyte\n", inq); in process_cmsg()
543 xerror("EOF but last tcp_inq hint was %u\n", last_hint); in do_recvmsg_cmsg()
549 xerror("expected EOF, last_hint %u, now %u\n", in do_recvmsg_cmsg()
553 xerror("got %lu bytes of cmsg data, expected 0\n", in do_recvmsg_cmsg()
557 xerror("%s\n", "got no cmsg data"); in do_recvmsg_cmsg()
[all …]