Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c314 tw->ts_offset = tp->ts_offset; in tcp_twstart()
317 tw->ts_offset = 0; in tcp_twstart()
605 to.to_tsval = tcp_ts_getticks() + tw->ts_offset; in tcp_twrespond()
H A Dtcp_var.h155 u_int32_t ts_offset; /* our timestamp offset */ member
513 u_int32_t ts_offset; /* our timestamp offset */ member
H A Dtcp_usrreq.c1699 tp->ts_offset = tcp_new_ts_offset(&inp->inp_inc); in tcp_connect()
1740 tp->ts_offset = tcp_new_ts_offset(&inp->inp_inc); in tcp6_connect()
3035 "%u\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev); in db_print_tcpcb()
H A Dtcp_output.c847 to.to_tsval = curticks + tp->ts_offset; in tcp_output()
H A Dtcp_syncache.c1070 tp->ts_offset = sc->sc_tsoff; in syncache_socket()
H A Dtcp_subr.c1565 to.to_tsval = tcp_ts_getticks() + tp->ts_offset; in tcp_respond()
H A Dtcp_input.c1629 to.to_tsecr -= tp->ts_offset; in tcp_do_segment()
/f-stack/freebsd/netinet/khelp/
H A Dh_ertt.c482 tp->ts_offset; in ertt_add_tx_segment_info_hook()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h155 u_int32_t ts_offset; /* our timestamp offset */ member
513 u_int32_t ts_offset; /* our timestamp offset */ member
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.h272 int32_t ts_offset; /* Timestamp field dynamic offset. */ member
H A Dmlx5_txq.c1339 data->ts_offset = off; in mlx5_txq_dynf_timestamp_set()
H A Dmlx5_rxtx.c3160 ts = *RTE_MBUF_DYNFIELD(loc->mbuf, txq->ts_offset, uint64_t *); in mlx5_tx_schedule_send()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c2194 log.u_bbr.flex4 = bbr->rc_tp->ts_offset; in bbr_log_rtt_sample()
11486 to.to_tsecr -= tp->ts_offset; in bbr_do_segment_nounlock()
13035 to.to_tsval = tcp_tv_to_mssectick(&bbr->rc_tv) + tp->ts_offset; in bbr_output_wtime()
H A Drack.c10957 to.to_tsecr -= tp->ts_offset; in rack_do_segment_nounlock()
13061 to.to_tsval = cts + tp->ts_offset; in rack_output()