Lines Matching defs:buffer
256 * (checksum based) resync, if the max-buffers, socket buffer sizes and
569 * On individual connections, the socket buffer size must be set prior to the
1200 void *buffer = connection->data.rbuf;
1203 err = drbd_recv_all_warn(connection, buffer, drbd_header_size(connection));
1207 err = decode_header(connection, buffer, pi);
1215 void *buffer = connection->data.rbuf;
1219 err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT);
1221 /* If we have nothing in the receive buffer now, to reduce
1230 buffer += err;
1233 err = drbd_recv_all_warn(connection, buffer, size);
1879 * FIXME: Receive the incoming digest into the receive buffer
1982 * out of the socket input buffer, and discards it.
3843 void *buffer = connection->data.rbuf;
3848 s = drbd_recv(connection, buffer, s);
5425 /* FIXME: Put the challenge/response into the preallocated socket buffer. */