Searched refs:last_ack_sent (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h297 tcp_seq last_ack_sent; member in struct:tcpcb
607 tcp_seq last_ack_sent; member in struct:otcpcb
843 tcp_seq last_ack_sent; member in struct:xtcpcb64
926 tcp_seq last_ack_sent; member in struct:xtcpcb_n
H A Din_pcblist.c246 xt->last_ack_sent = tp->last_ack_sent;
H A Dtcp_input.c2079 SEQ_GEQ(th->th_seq, tp->last_ack_sent) &&
2080 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) {
2244 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
2807 * we should test against last_ack_sent instead of rcv_nxt.
2816 * last_ack_sent. In all other states (the states in which a
2819 * segment sequence numbers will be to the left of last_ack_sent,
2849 * state if it's one off from last_ack_sent.
2853 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) &&
2854 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) ||
2856 ((tp->last_ack_sent
[all...]
H A Dtcp_output.c890 (tp->last_ack_sent != tp->rcv_nxt ||
1515 tp->last_ack_sent = tp->rcv_nxt;
2049 tp->last_ack_sent = tp->rcv_nxt;
H A Dtcp_subr.c1359 otp->last_ack_sent = tp->last_ack_sent;
1545 otp->last_ack_sent = tp->last_ack_sent;

Completed in 83 milliseconds