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.c1811 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2943 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
H A Dtcp_output.c1564 tp->t_rtseq = startseq; in tcp_default_output()
H A Dtcp_usrreq.c3152 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18947 tp->t_rtseq = startseq; in rack_fast_rsm_output()
19505 tp->t_rtseq = startseq; in rack_fast_output()
22250 tp->t_rtseq = startseq; in rack_output()