Home
last modified time | relevance | path

Searched refs:t_rtseq (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c263 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_fastack()
1301 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_slowpath()
2111 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_fastack()
/NextBSD/sys/netinet/
HDtcp_var.h186 tcp_seq t_rtseq; /* sequence number being timed */ member
HDtcp_output.c1498 tp->t_rtseq = startseq; in tcp_output()
HDtcp_input.c1727 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2768 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
HDtcp_usrreq.c2215 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()