Symbol: xerror
tools/testing/selftests/net/mptcp/mptcp_connect.c
1009
xerror("can not fetch start time %d", errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1058
xerror("can not fetch end time %d", errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1061
xerror("transfer slower than expected! runtime %d ms, expected %d ms",
tools/testing/selftests/net/mptcp/mptcp_connect.c
1211
xerror("can't open %s: %d", cfg_input, errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1330
xerror("getsockname");
tools/testing/selftests/net/mptcp/mptcp_connect.c
1337
xerror("bad family");
tools/testing/selftests/net/mptcp/mptcp_connect.c
1343
xerror("inet_ntop");
tools/testing/selftests/net/mptcp/mptcp_connect.c
1358
xerror("timeout while waiting for spool to complete");
tools/testing/selftests/net/mptcp/mptcp_connect.c
1365
xerror("can't disconnect: %d", errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1377
xerror("can't open %s:%d", cfg_input, errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1400
xerror("can't open %s:%d", cfg_input, errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
1417
xerror("can't reconnect: %d", errno);
tools/testing/selftests/net/mptcp/mptcp_connect.c
275
#define X(m) xerror("%s:%u: %s: failed for proto %d at line %u", __FILE__, __LINE__, (m), proto, line)
tools/testing/selftests/net/mptcp/mptcp_connect.c
287
xerror("unexpected ULP '%s' for proto %d at line %u", buf, proto, line);
tools/testing/selftests/net/mptcp/mptcp_connect.c
507
xerror("TIMESTAMPNS not present\n");
tools/testing/selftests/net/mptcp/mptcp_connect.c
512
xerror("TCP_INQ not present\n");
tools/testing/selftests/net/mptcp/mptcp_connect.c
515
xerror("tcp_inq %u is larger than one kbyte\n", inq);
tools/testing/selftests/net/mptcp/mptcp_connect.c
543
xerror("EOF but last tcp_inq hint was %u\n", last_hint);
tools/testing/selftests/net/mptcp/mptcp_connect.c
549
xerror("expected EOF, last_hint %u, now %u\n",
tools/testing/selftests/net/mptcp/mptcp_connect.c
553
xerror("got %lu bytes of cmsg data, expected 0\n",
tools/testing/selftests/net/mptcp/mptcp_connect.c
557
xerror("%s\n", "got no cmsg data");
tools/testing/selftests/net/mptcp/mptcp_connect.c
567
xerror("read %u of %u, last_hint was %u tcp_inq hint now %u next_read returned %d/%m\n",
tools/testing/selftests/net/mptcp/mptcp_inq.c
137
xerror("could not create listen socket");
tools/testing/selftests/net/mptcp/mptcp_inq.c
170
xerror("could not create connect socket");
tools/testing/selftests/net/mptcp/mptcp_inq.c
230
xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total);
tools/testing/selftests/net/mptcp/mptcp_inq.c
242
xerror("still tx data queued after %u ms\n", timeout);
tools/testing/selftests/net/mptcp/mptcp_inq.c
277
xerror("short write");
tools/testing/selftests/net/mptcp/mptcp_inq.c
333
xerror("could not find TCP_CM_INQ cmsg type");
tools/testing/selftests/net/mptcp/mptcp_inq.c
362
xerror("expect len %zu exceeds buffer size", expect_len);
tools/testing/selftests/net/mptcp/mptcp_inq.c
372
xerror("FIONREAD returned %u, but only %zu expected\n",
tools/testing/selftests/net/mptcp/mptcp_inq.c
388
xerror("msg_controllen is 0");
tools/testing/selftests/net/mptcp/mptcp_inq.c
415
xerror("expect len %zu too small\n", expect_len);
tools/testing/selftests/net/mptcp/mptcp_inq.c
429
xerror("inq %d, remaining %d total_len %d\n",
tools/testing/selftests/net/mptcp/mptcp_inq.c
491
xerror("Unknown pf %d\n", pf);
tools/testing/selftests/net/mptcp/mptcp_inq.c
524
xerror("Unknown pf %d\n", pf);
tools/testing/selftests/net/mptcp/mptcp_inq.c
564
xerror("%s killed by signal %d\n", what, WTERMSIG(wstatus));
tools/testing/selftests/net/mptcp/mptcp_inq.c
566
xerror("%s stopped by signal %d\n", what, WSTOPSIG(wstatus));
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
224
xerror("could not create listen socket");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
257
xerror("could not create connect socket");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
400
xerror("getsockopt MPTCP_TCPINFO (tries %d, %m)");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
428
xerror("tcpi_bytes_sent %" PRIu64 ", want %zu. tcpi_bytes_received %" PRIu64 ", want %zu",
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
530
xerror("getsockopt MPTCP_FULL_INFO");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
606
xerror("short write");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
622
xerror("total %lu, len %lu eof %d\n", total, len, eof);
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
625
xerror("data corruption");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
667
xerror("expected EOF, got %lu", ret3);
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
671
xerror("mptcpi_rcv_delta %" PRIu64 ", expect %" PRIu64 ", diff %" PRId64,
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
677
xerror("mptcpi_bytes_sent %" PRIu64 ", expect %" PRIu64
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
682
xerror("mptcpi_bytes_received %" PRIu64 ", expect %" PRIu64
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
687
xerror("mptcpi_bytes_acked %" PRIu64 ", expect %" PRIu64
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
718
xerror("Unknown pf %d\n", pf);
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
752
xerror("tos %x != %x socklen_t %d\n", tos_in, tos_out, s);
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
755
xerror("tos should be 1 byte");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
762
xerror("expect socklen_t == 0");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
769
xerror("expect socklen_t == -1");
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
786
xerror("Unknown pf %d\n", pf);
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
814
xerror("%s killed by signal %d\n", what, WTERMSIG(wstatus));
tools/testing/selftests/net/mptcp/mptcp_sockopt.c
816
xerror("%s stopped by signal %d\n", what, WSTOPSIG(wstatus));