Home
last modified time | relevance | path

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

/include/linux/
Dtcp.h134 u32 rcv_nxt; /* the ack # by SYNACK. For member
173 u32 rcv_nxt; /* What we want to receive next */ member
/include/net/
Dtcp.h604 void __tcp_send_ack(struct sock *sk, u32 rcv_nxt);
744 s32 win = tp->rcv_wup + tp->rcv_wnd - tp->rcv_nxt; in tcp_receive_window()
1461 int avail = READ_ONCE(tp->rcv_nxt) - READ_ONCE(tp->copied_seq); in tcp_epollin_ready()
2176 !before(tp->urg_seq, tp->rcv_nxt)) { in tcp_inq()
2178 answ = tp->rcv_nxt - tp->copied_seq; in tcp_inq()
/include/uapi/linux/
Dbpf.h5392 __u32 rcv_nxt; /* What we want to receive next */ member
5732 __u32 rcv_nxt; member