Lines Matching defs:sent
71 /* when mid allocated can be before when sent */
197 * @sent: amount of data sent on socket is stored here
204 size_t *sent)
210 *sent = 0;
255 cifs_server_dbg(VFS, "tcp sent no data\n");
261 *sent += rc;
321 size_t total_len = 0, sent, size;
370 rc = smb_send_kvec(server, &smb_msg, &sent);
374 total_len += sent;
392 rc = smb_send_kvec(server, &smb_msg, &sent);
396 total_len += sent;
408 rc = smb_send_kvec(server, &smb_msg, &sent);
412 total_len += sent;
420 * If signal is pending but we have already sent the whole packet to
425 * If only part of the packet has been sent there is no need to hide
439 cifs_dbg(FYI, "partial send (wanted=%u sent=%zu): terminating session\n",
442 * If we have only sent part of an SMB then the next SMB could