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.c1821 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2985 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
H A Dtcp_output.c1576 tp->t_rtseq = startseq; in tcp_default_output()
H A Dtcp_usrreq.c3141 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18944 tp->t_rtseq = startseq; in rack_fast_rsm_output()
19502 tp->t_rtseq = startseq; in rack_fast_output()
22238 tp->t_rtseq = startseq; in rack_output()