Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c190 uint32_t p_nxt_slot; /* The next slot outside the current range of member
444 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log()
764 *target_slot = hpts->p_nxt_slot; in max_slots_available()
840 diag->p_nxt_slot = hpts->p_nxt_slot; in tcp_hpts_insert_diag()
872 slot_on = hpts->p_nxt_slot; in tcp_hpts_insert_diag()
986 slot_on = hpts->p_nxt_slot; in tcp_hpts_insert_diag()
1141 hpts->p_nxt_slot = hpts_slot(hpts->p_prev_slot, 1); in tcp_hptsi()
1156 TAILQ_FOREACH(tp, &hpts->p_hptss[hpts->p_nxt_slot].head, in tcp_hptsi()
1158 MPASS(tp->t_hpts_slot == hpts->p_nxt_slot); in tcp_hptsi()
1160 hpts->p_hptss[hpts->p_nxt_slot].gencnt); in tcp_hptsi()
[all …]
H A Dtcp_hpts.h39 uint32_t p_nxt_slot; /* bbr->flex1 x */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c2398 log.u_bbr.flex1 = diag->p_nxt_slot; in bbr_log_hpts_diag()
H A Drack.c6484 log.u_bbr.flex1 = diag->p_nxt_slot; in rack_log_hpts_diag()