Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_input.c1017 tp->last_ack_sent = tp->rcv_nxt; in tcp_input()
1231 SEQ_LEQ(th->th_seq, tp->last_ack_sent)) { in tcp_input()
1682 if (SEQ_GEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
1683 SEQ_LEQ(th->th_seq, tp->last_ack_sent + tp->rcv_wnd)) { in tcp_input()
1915 if ((to.to_flags & TOF_TS) && SEQ_LEQ(th->th_seq, tp->last_ack_sent) && in tcp_input()
1916 SEQ_LEQ(tp->last_ack_sent, (th->th_seq + tlen in tcp_input()
H A Dtcp_var.h254 tcp_seq last_ack_sent; member
H A Dtcp_output.c1314 tp->last_ack_sent = tp->rcv_nxt; in tcp_output()