Searched refs:t_in_hpts (Results 1 – 5 of 5) sorted by relevance
507 if (tp->t_in_hpts == IHPTS_NONE) { in tcp_hpts_insert_internal()508 tp->t_in_hpts = IHPTS_ONQUEUE; in tcp_hpts_insert_internal()510 } else if (tp->t_in_hpts == IHPTS_MOVING) { in tcp_hpts_insert_internal()511 tp->t_in_hpts = IHPTS_ONQUEUE; in tcp_hpts_insert_internal()513 MPASS(tp->t_in_hpts == IHPTS_ONQUEUE); in tcp_hpts_insert_internal()539 tp->t_in_hpts = IHPTS_NONE; in tcp_hpts_release()579 if (tp->t_in_hpts == IHPTS_ONQUEUE) { in tcp_hpts_remove()600 tp->t_in_hpts = IHPTS_MOVING; in tcp_hpts_remove()603 } else if (tp->t_in_hpts == IHPTS_MOVING) { in tcp_hpts_remove()826 MPASS(!(tp->t_in_hpts == IHPTS_ONQUEUE)); in tcp_hpts_insert_diag()[all …]
118 return ((tp->t_in_hpts == IHPTS_ONQUEUE) || in tcp_in_hpts()119 ((tp->t_in_hpts == IHPTS_MOVING) && in tcp_in_hpts()
335 } t_in_hpts; /* Is it linked into HPTS? */ member
14120 if (tp->t_in_hpts > IHPTS_NONE) { in bbr_switch_failed()
14358 if (tp->t_in_hpts > IHPTS_NONE) { in rack_switch_failed()