Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.c326 log.u_bbr.flex3 = hpts->p_prev_slot; in tcp_hpts_log()
725 end_tick = hpts->p_prev_slot; in max_ticks_available()
738 if (hpts->p_prev_slot != wheel_tick) in max_ticks_available()
910 diag->p_prev_slot = hpts->p_prev_slot; in tcp_hpts_insert_locked()
1385 hpts->saved_prev_slot = hpts->p_prev_slot; in tcp_hptsi()
1396 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1430 hpts->p_cur_slot = hpts->p_prev_slot; in tcp_hptsi()
1457 hpts->p_nxt_slot = hpts->p_prev_slot; in tcp_hptsi()
1690 hpts->p_prev_slot = hpts->p_cur_slot; in tcp_hptsi()
1735 KASSERT(hpts->p_prev_slot == hpts->p_cur_slot, in tcp_hptsi()
[all …]
H A Dtcp_hpts.h58 uint32_t p_prev_slot; /* bbr->delivered */ member
96 uint32_t p_prev_slot; /* Previous slot we were on */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4718 log.u_bbr.delivered = diag->p_prev_slot; in rack_log_hpts_diag()
H A Dbbr.c2432 log.u_bbr.delivered = diag->p_prev_slot; in bbr_log_hpts_diag()