Lines Matching refs:inq
1863 /* skb is null if inq < PAGE_SIZE. */
1919 int inq = tcp_inq(sk);
1940 avail_len = min_t(u32, vma_len, inq);
2119 int inq;
2121 inq = rcv_nxt - copied_seq;
2122 if (unlikely(inq < 0 || copied_seq != READ_ONCE(tp->copied_seq))) {
2124 inq = tp->rcv_nxt - tp->copied_seq;
2128 * by returning a non-zero inq.
2130 if (inq == 0 && sock_flag(sk, SOCK_DONE))
2131 inq = 1;
2132 return inq;
2151 int err, inq;
2386 inq = tcp_inq_hint(sk);
2387 put_cmsg(msg, SOL_TCP, TCP_CM_INQ, sizeof(inq), &inq);
4051 case offsetofend(struct tcp_zerocopy_receive, inq):
4061 zc.inq = tcp_inq_hint(sk);