Lines Matching defs:buffer
257 * (checksum based) resync, if the max-buffers, socket buffer sizes and
570 * On individual connections, the socket buffer size must be set prior to the
1204 void *buffer = connection->data.rbuf;
1207 err = drbd_recv_all_warn(connection, buffer, drbd_header_size(connection));
1211 err = decode_header(connection, buffer, pi);
1219 void *buffer = connection->data.rbuf;
1223 err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT);
1225 /* If we have nothing in the receive buffer now, to reduce
1234 buffer += err;
1237 err = drbd_recv_all_warn(connection, buffer, size);
1866 * FIXME: Receive the incoming digest into the receive buffer
1955 * out of the socket input buffer, and discards it.
3802 void *buffer = connection->data.rbuf;
3807 s = drbd_recv(connection, buffer, s);
5377 /* FIXME: Put the challenge/response into the preallocated socket buffer. */