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

/freebsd-10-stable/cddl/lib/libdtrace/
H A Dtcp.d191 tcps_rack = p == NULL ? 0 : p->last_ack_sent;
/freebsd-10-stable/sys/netinet/
H A Dtcp_input.c1732 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) {
2119 * we should test against last_ack_sent instead of rcv_nxt.
2128 * last_ack_sent. In all other states (the states in which a
2131 * segment sequence numbers will be to the left of last_ack_sent,
2159 if (SEQ_GEQ(th->th_seq, tp->last_ack_sent - 1) &&
2160 SEQ_LEQ(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) {
2171 !(SEQ_GEQ(th->th_seq, tp->last_ack_sent - 1) &&
2172 SEQ_LEQ(th->th_seq, tp->last_ack_sent + 1))) {
2365 SEQ_LEQ(th->th_seq, tp->last_ack_sent) &&
2366 SEQ_LEQ(tp->last_ack_sent, t
[all...]
H A Dtcp_var.h181 tcp_seq last_ack_sent; member in struct:tcpcb
H A Dtcp_output.c1589 tp->last_ack_sent = tp->rcv_nxt;
H A Dtcp_syncache.c874 tp->last_ack_sent = tp->rcv_nxt;
H A Dtcp_usrreq.c2156 db_printf("ts_offset: %u last_ack_sent: 0x%08x snd_cwnd_prev: "
2157 "%lu\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev);
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1591 tp->last_ack_sent = tp->rcv_nxt;
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c321 tp->last_ack_sent = tp->rcv_nxt;

Completed in 187 milliseconds