drbd_recv_short
err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT);
rv = drbd_recv_short(connection->data.socket, buf, size, 0);
rv = drbd_recv_short(connection->meta.socket, buf, expect-received, 0);
err = drbd_recv_short(sock, connection->data.rbuf, header_size, 0);
rr = drbd_recv_short(*sock, tb, 4, MSG_DONTWAIT | MSG_PEEK);