Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp.c1874 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy() argument
1889 inq, &iov, &msg.msg_iter); in receive_fallback_to_copy()
1893 err = tcp_recvmsg_locked(sk, &msg, inq, /*nonblock=*/1, /*flags=*/0, in receive_fallback_to_copy()
2085 int inq = tcp_inq(sk); in tcp_zerocopy_receive() local
2099 if (inq && inq <= copybuf_len) in tcp_zerocopy_receive()
2100 return receive_fallback_to_copy(sk, zc, inq, tss); in tcp_zerocopy_receive()
2102 if (inq < PAGE_SIZE) { in tcp_zerocopy_receive()
2104 zc->recv_skip_hint = inq; in tcp_zerocopy_receive()
2105 if (!inq && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()
2118 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
[all …]