Searched refs:tot_bytes_recvd (Results 1 – 1 of 1) sorted by relevance
2658 int tot_bytes_recvd, in recv_request_timed_n() local2686 tot_bytes_recvd = 0; in recv_request_timed_n()2709 tot_bytes_recvd += bytes_recvd; in recv_request_timed_n()2713 } while ((tot_bytes_recvd != buflen) && in recv_request_timed_n()2725 tot_bytes_recvd); in recv_request_timed_n()2750 if (tot_bytes_recvd < buflen) { in recv_request_timed_n()2756 tot_bytes_recvd); in recv_request_timed_n()2814 int tot_bytes_recvd, in recv_response_timed_n() local2825 tot_bytes_recvd = 0; in recv_response_timed_n()2883 while ((tot_bytes_recvd != buflen) && in recv_response_timed_n()[all …]