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

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

Completed in 219 milliseconds