Home
last modified time | relevance | path

Searched refs:ts_offset (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netinet/khelp/
H A Dh_ertt.c479 tp->ts_offset; in ertt_add_tx_segment_info_hook()
/freebsd/sys/netinet/
H A Dtcp_usrreq.c1493 tp->ts_offset = tcp_new_ts_offset(&inp->inp_inc); in tcp_connect()
1531 tp->ts_offset = tcp_new_ts_offset(&inp->inp_inc); in tcp6_connect()
3160 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
H A Dtcp_var.h355 uint32_t ts_offset; /* our timestamp offset */ member
H A Dtcp_output.c844 to.to_tsval = curticks + tp->ts_offset; in tcp_default_output()
H A Dtcp_syncache.c940 tp->ts_offset = sc->sc_tsoff; in syncache_socket()
H A Dtcp_input.c1638 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
H A Dtcp_subr.c1958 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c359 V_TCB_TIMESTAMP_OFFSET(tp->ts_offset >> 28)); in ktls_set_tcb_fields()
472 if ((tp->ts_offset & 0xfffffff) != 0) { in t6_tls_tag_alloc()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c15827 ae->ts_echo -= tp->ts_offset; in rack_do_compressed_ack_processing()
16737 to.to_tsecr -= tp->ts_offset; in rack_do_segment_nounlock()
18560 to.to_tsval = ms_cts + tp->ts_offset; in rack_fast_rsm_output()
19140 to.to_tsval = ms_cts + tp->ts_offset; in rack_fast_output()
21305 to.to_tsval = ts_to_use + tp->ts_offset; in rack_output()
H A Dbbr.c2182 log.u_bbr.flex4 = bbr->rc_tp->ts_offset; in bbr_log_rtt_sample()
11401 to.to_tsecr -= tp->ts_offset; in bbr_do_segment_nounlock()
12911 to.to_tsval = tcp_tv_to_mssectick(&bbr->rc_tv) + tp->ts_offset; in bbr_output_wtime()