Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dtcp.d258 tcps_rtseq = p == NULL ? -1 : p->t_rtseq;
/freebsd/sys/netinet/
H A Dtcp_var.h401 tcp_seq t_rtseq; /* sequence number being timed */ member
H A Dtcp_input.c1824 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2938 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
H A Dtcp_output.c1567 tp->t_rtseq = startseq; in tcp_default_output()
H A Dtcp_usrreq.c3055 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c19838 tp->t_rtseq = startseq; in rack_fast_rsm_output()
20401 tp->t_rtseq = startseq; in rack_fast_output()
23239 tp->t_rtseq = startseq; in rack_output()