Lines Matching refs:rcv_nxt
491 return (tp->rcv_nxt - tp->copied_seq >= target) || in tcp_stream_is_readable()
1539 tp->copied_seq, TCP_SKB_CB(skb)->end_seq, tp->rcv_nxt); in tcp_cleanup_rbuf()
1547 tp->rcv_nxt - tp->rcv_wup > icsk->icsk_ack.rcv_mss || in tcp_cleanup_rbuf()
1895 u32 rcv_nxt = READ_ONCE(tp->rcv_nxt); in tcp_inq_hint() local
1898 inq = rcv_nxt - copied_seq; in tcp_inq_hint()
1901 inq = tp->rcv_nxt - tp->copied_seq; in tcp_inq_hint()
1998 *seq, TCP_SKB_CB(skb)->seq, tp->rcv_nxt, in tcp_recvmsg()
2013 *seq, TCP_SKB_CB(skb)->seq, tp->rcv_nxt, flags); in tcp_recvmsg()
2557 tp->copied_seq = tp->rcv_nxt; in tcp_disconnect()
2640 if (after(opt.snd_wl1, tp->rcv_nxt + opt.rcv_wnd)) in tcp_repair_set_window()
2643 if (after(opt.rcv_wup, tp->rcv_nxt)) in tcp_repair_set_window()
2854 tp->rcv_nxt = val; in do_tcp_setsockopt()
3481 val = tp->rcv_nxt; in do_tcp_getsockopt()