Home
last modified time | relevance | path

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

/freebsd-13.1/cddl/lib/libdtrace/
H A Dtcp.d258 tcps_rtseq = p == NULL ? -1 : p->t_rtseq;
/freebsd-13.1/sys/netinet/
H A Dtcp_var.h205 tcp_seq t_rtseq; /* sequence number being timed */ member
H A Dtcp_input.c1853 SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
2925 } else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq)) { in tcp_do_segment()
H A Dtcp_output.c1587 tp->t_rtseq = startseq; in tcp_output()
H A Dtcp_usrreq.c2918 tp->t_rtttime, tp->t_rtseq); in db_print_tcpcb()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Drack.c15575 tp->t_rtseq = startseq; in rack_fast_rsm_output()
16071 tp->t_rtseq = startseq; in rack_fast_output()
18421 tp->t_rtseq = startseq; in rack_output()