Home
last modified time | relevance | path

Searched refs:sz_copied (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/tipc/
Dsocket.c1392 int sz_copied = 0; in tipc_recv_stream() local
1429 if (sz_copied == 0) { in tipc_recv_stream()
1441 needed = (buf_len - sz_copied); in tipc_recv_stream()
1449 sz_copied += sz_to_copy; in tipc_recv_stream()
1458 if (sz_copied != 0) in tipc_recv_stream()
1477 if ((sz_copied < buf_len) && /* didn't get all requested data */ in tipc_recv_stream()
1479 (sz_copied < target)) && /* and more is ready or required */ in tipc_recv_stream()
1486 return sz_copied ? sz_copied : res; in tipc_recv_stream()