Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c55 static void xerror(const char *fmt, ...) in xerror() function
127 xerror("could not create listen socket"); in sock_listen_mptcp()
160 xerror("could not create connect socket"); in sock_connect_mptcp()
220 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack()
232 xerror("still tx data queued after %u ms\n", timeout); in wait_for_ack()
267 xerror("short write"); in connect_one_server()
323 xerror("could not find TCP_CM_INQ cmsg type"); in get_tcp_inq()
352 xerror("expect len %zu exceeds buffer size", expect_len); in process_one_client()
362 xerror("FIONREAD returned %u, but only %zu expected\n", in process_one_client()
378 xerror("msg_controllen is 0"); in process_one_client()
[all …]
Dmptcp_sockopt.c142 static void xerror(const char *fmt, ...) in xerror() function
214 xerror("could not create listen socket"); in sock_listen_mptcp()
247 xerror("could not create connect socket"); in sock_connect_mptcp()
390 xerror("getsockopt MPTCP_TCPINFO (tries %d, %m)"); in do_getsockopt_tcp_info()
418 xerror("tcpi_bytes_sent %" PRIu64 ", want %zu. tcpi_bytes_received %" PRIu64 ", want %zu", in do_getsockopt_tcp_info()
520 xerror("getsockopt MPTCP_FULL_INFO"); in do_getsockopt_mptcp_full_info()
596 xerror("short write"); in connect_one_server()
612 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server()
615 xerror("data corruption"); in connect_one_server()
657 xerror("expected EOF, got %lu", ret3); in process_one_client()
[all …]
Dmptcp_connect.c141 static void xerror(const char *fmt, ...) in xerror() function
257 #define X(m) xerror("%s:%u: %s: failed for proto %d at line %u", __FILE__, __LINE__, (m), proto, li…
269 xerror("unexpected ULP '%s' for proto %d at line %u", buf, proto, line); in sock_test_tcpulp()
492 xerror("TIMESTAMPNS not present\n"); in process_cmsg()
497 xerror("TCP_INQ not present\n"); in process_cmsg()
500 xerror("tcp_inq %u is larger than one kbyte\n", inq); in process_cmsg()
528 xerror("EOF but last tcp_inq hint was %u\n", last_hint); in do_recvmsg_cmsg()
534 xerror("expected EOF, last_hint %u, now %u\n", in do_recvmsg_cmsg()
538 xerror("got %lu bytes of cmsg data, expected 0\n", in do_recvmsg_cmsg()
542 xerror("%s\n", "got no cmsg data"); in do_recvmsg_cmsg()
[all …]