Home
last modified time | relevance | path

Searched refs:p_runningslot (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c187 uint32_t p_runningslot; /* Current tick we are at if we are running */ member
461 log.u_bbr.pkt_epoch = hpts->p_runningslot; in tcp_hpts_log()
680 end_slot = hpts->p_runningslot; in max_slots_available()
730 if (hpts->p_runningslot == hpts->p_cur_slot) in max_slots_available()
733 dis_to_travel = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in max_slots_available()
802 distance = hpts_slots_diff(hpts->p_runningslot, hptsslot); in check_if_slot_would_be_wrong()
803 if (hpts->p_runningslot != hpts->p_cur_slot) in check_if_slot_would_be_wrong()
804 yet_to_run = hpts_slots_diff(hpts->p_runningslot, hpts->p_cur_slot); in check_if_slot_would_be_wrong()
809 hptsslot, distance, yet_to_run, hpts->p_runningslot, in check_if_slot_would_be_wrong()
839 diag->p_runningslot = hpts->p_runningslot; in tcp_hpts_insert_diag()
[all …]
H A Dtcp_hpts.h42 uint32_t p_runningslot; /* bbr->inflight */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2412 log.u_bbr.inflight = diag->p_runningslot; in bbr_log_hpts_diag()
H A Drack.c6498 log.u_bbr.inflight = diag->p_runningslot; in rack_log_hpts_diag()