Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/net/mptcp/
Dmptcp_inq.c54 static void xerror(const char *fmt, ...) in xerror() function
126 xerror("could not create listen socket"); in sock_listen_mptcp()
159 xerror("could not create connect socket"); in sock_connect_mptcp()
219 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack()
231 xerror("still tx data queued after %u ms\n", timeout); in wait_for_ack()
266 xerror("short write"); in connect_one_server()
322 xerror("could not find TCP_CM_INQ cmsg type"); in get_tcp_inq()
351 xerror("expect len %zu exceeds buffer size", expect_len); in process_one_client()
361 xerror("FIONREAD returned %u, but only %zu expected\n", in process_one_client()
377 xerror("msg_controllen is 0"); in process_one_client()
[all …]
Dmptcp_sockopt.c102 static void xerror(const char *fmt, ...) in xerror() function
174 xerror("could not create listen socket"); in sock_listen_mptcp()
207 xerror("could not create connect socket"); in sock_connect_mptcp()
349 xerror("getsockopt MPTCP_TCPINFO (tries %d, %m)"); in do_getsockopt_tcp_info()
374 xerror("tcpi_bytes_sent %" PRIu64 ", want %zu. tcpi_bytes_received %" PRIu64 ", want %zu", in do_getsockopt_tcp_info()
493 xerror("short write"); in connect_one_server()
509 xerror("total %lu, len %lu eof %d\n", total, len, eof); in connect_one_server()
512 xerror("data corruption"); in connect_one_server()
554 xerror("expected EOF, got %lu", ret3); in process_one_client()
558xerror("mptcpi_rcv_delta %" PRIu64 ", expect %" PRIu64, s.mptcpi_rcv_delta, ret + 1, s.mptcpi_rcv_… in process_one_client()
[all …]
Dmptcp_connect.c132 static void xerror(const char *fmt, ...) in xerror() function
240 #define X(m) xerror("%s:%u: %s: failed for proto %d at line %u", __FILE__, __LINE__, (m), proto, li…
252 xerror("unexpected ULP '%s' for proto %d at line %u", buf, proto, line); in sock_test_tcpulp()
450 xerror("TIMESTAMPNS not present\n"); in process_cmsg()
455 xerror("TCP_INQ not present\n"); in process_cmsg()
458 xerror("tcp_inq %u is larger than one kbyte\n", inq); in process_cmsg()
486 xerror("EOF but last tcp_inq hint was %u\n", last_hint); in do_recvmsg_cmsg()
492 xerror("expected EOF, last_hint %u, now %u\n", in do_recvmsg_cmsg()
496 xerror("got %lu bytes of cmsg data, expected 0\n", in do_recvmsg_cmsg()
500 xerror("%s\n", "got no cmsg data"); in do_recvmsg_cmsg()
[all …]