Home
last modified time | relevance | path

Searched refs:first_send (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netinet/
H A Dtcp_var.h153 uint64_t first_send; /* Time of first send in the range */ member
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Drack.c2065 log.u_bbr.epoch = (uint32_t)(cur->first_send & 0x00000000ffffffff); in rack_log_hybrid_bw()
2066 log.u_bbr.lt_epoch = (uint32_t)((cur->first_send >> 32) & 0x00000000ffffffff); in rack_log_hybrid_bw()
11909 ent->first_send = cts; in rack_chk_req_and_hybrid_on_out()
12093 if (ent->first_send > ent->localtime) in rack_req_check_for_comp()
12094 ftim = ent->first_send; in rack_req_check_for_comp()