Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp.c1871 struct tcp_zerocopy_receive *zc, int inq, in receive_fallback_to_copy() argument
1886 inq, &iov, &msg.msg_iter); in receive_fallback_to_copy()
1890 err = tcp_recvmsg_locked(sk, &msg, inq, /*nonblock=*/1, /*flags=*/0, in receive_fallback_to_copy()
2082 int inq = tcp_inq(sk); in tcp_zerocopy_receive() local
2096 if (inq && inq <= copybuf_len) in tcp_zerocopy_receive()
2097 return receive_fallback_to_copy(sk, zc, inq, tss); in tcp_zerocopy_receive()
2099 if (inq < PAGE_SIZE) { in tcp_zerocopy_receive()
2101 zc->recv_skip_hint = inq; in tcp_zerocopy_receive()
2102 if (!inq && sock_flag(sk, SOCK_DONE)) in tcp_zerocopy_receive()
2115 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive()
[all …]