Searched refs:recv_skip_hint (Results 1 – 2 of 2) sorted by relevance
211 if (zc.recv_skip_hint) { in child_thread()212 assert(zc.recv_skip_hint <= chunk_size); in child_thread()213 lu = read(fd, buffer, zc.recv_skip_hint); in child_thread()
350 __u32 recv_skip_hint; /* out: amount of bytes to skip */ member