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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h323 tcp_seq last_ack_sent; member in struct:tcpcb
709 tcp_seq last_ack_sent; member in struct:otcpcb
980 tcp_seq last_ack_sent; member in struct:xtcpcb64
1062 tcp_seq last_ack_sent; member in struct:xtcpcb_n
H A Din_pcblist.c247 xt->last_ack_sent = tp->last_ack_sent;
H A Dtcp_input.c2135 SEQ_GEQ(th->th_seq, tp->last_ack_sent) &&
2136 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) {
2318 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
2924 * we should test against last_ack_sent instead of rcv_nxt.
2933 * last_ack_sent. In all other states (the states in which a
2936 * segment sequence numbers will be to the left of last_ack_sent,
2966 * state if it's one off from last_ack_sent.
2970 if ((SEQ_GEQ(th->th_seq, tp->last_ack_sent) &&
2971 SEQ_LT(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) ||
2973 ((tp->last_ack_sent
[all...]
H A Dtcp_output.c956 (tp->last_ack_sent != tp->rcv_nxt ||
1682 tp->last_ack_sent = tp->rcv_nxt;
2250 tp->last_ack_sent = tp->rcv_nxt;
H A Dtcp_subr.c1391 otp->last_ack_sent = tp->last_ack_sent;
1573 otp->last_ack_sent = tp->last_ack_sent;

Completed in 95 milliseconds