Searched refs:sz_copied (Results 1 – 1 of 1) sorted by relevance
1377 int sz_copied = 0; in tipc_recv_stream() local1414 if (sz_copied == 0) { in tipc_recv_stream()1426 needed = (buf_len - sz_copied); in tipc_recv_stream()1434 sz_copied += sz_to_copy; in tipc_recv_stream()1443 if (sz_copied != 0) in tipc_recv_stream()1462 if ((sz_copied < buf_len) && /* didn't get all requested data */ in tipc_recv_stream()1464 (sz_copied < target)) && /* and more is ready or required */ in tipc_recv_stream()1471 return sz_copied ? sz_copied : res; in tipc_recv_stream()