Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c791 tp->last_ack_sent = tp->rcv_nxt; in tcp_input()
1129 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_do_segment()
1574 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
1575 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) || in tcp_do_segment()
1576 (tp->rcv_wnd == 0 && tp->last_ack_sent == th->th_seq)) { in tcp_do_segment()
1584 if (tp->last_ack_sent == th->th_seq) { in tcp_do_segment()
1611 tp->last_ack_sent = tp->rcv_nxt; in tcp_do_segment()
1638 tp->last_ack_sent = tp->rcv_nxt; in tcp_do_segment()
1786 SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_do_segment()
1787 SEQ_LEQ(tp->last_ack_sent, th->th_seq + tlen + in tcp_do_segment()
Dtcp_var.h281 tcp_seq last_ack_sent; member
Dtcp_output.c1302 tp->last_ack_sent = tp->rcv_nxt; in tcp_output()