Lines Matching refs:t_hpts_slot
507 hptsh = &hpts->p_hptss[tp->t_hpts_slot]; in tcp_hpts_insert_internal()
582 hptsh = &hpts->p_hptss[tp->t_hpts_slot]; in tcp_hpts_remove()
603 tp->t_hpts_slot = -1; in tcp_hpts_remove()
614 tp->t_hpts_slot = -1; in tcp_hpts_remove()
858 tp->t_hpts_slot = hpts_slot(hpts->p_prev_slot, 1); in tcp_hpts_insert_diag()
863 tp->t_hpts_slot = hpts->p_runningslot; in tcp_hpts_insert_diag()
902 tp->t_hpts_slot = last_slot; in tcp_hpts_insert_diag()
907 tp->t_hpts_slot = hpts_slot(wheel_slot, slot); in tcp_hpts_insert_diag()
911 tp->t_hpts_slot = last_slot; in tcp_hpts_insert_diag()
915 diag->inp_hptsslot = tp->t_hpts_slot; in tcp_hpts_insert_diag()
918 check_if_slot_would_be_wrong(hpts, tp, tp->t_hpts_slot, line); in tcp_hpts_insert_diag()
1160 MPASS(tp->t_hpts_slot == hpts->p_nxt_slot); in tcp_hptsi()
1173 tp->t_hpts_slot = hpts->p_runningslot; in tcp_hptsi()
1277 if (tp->t_hpts_slot == -1) { in tcp_hptsi()
1292 KASSERT(runningslot == tp->t_hpts_slot, in tcp_hptsi()
1294 hpts, inp, runningslot, tp->t_hpts_slot)); in tcp_hptsi()
1316 tp->t_hpts_slot = hpts_slot( in tcp_hptsi()
1322 tp->t_hpts_slot = last_slot; in tcp_hptsi()