Home
last modified time | relevance | path

Searched refs:t_in_hpts (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c507 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 …]
H A Dtcp_hpts.h118 return ((tp->t_in_hpts == IHPTS_ONQUEUE) || in tcp_in_hpts()
119 ((tp->t_in_hpts == IHPTS_MOVING) && in tcp_in_hpts()
H A Dtcp_var.h335 } t_in_hpts; /* Is it linked into HPTS? */ member
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c14120 if (tp->t_in_hpts > IHPTS_NONE) { in bbr_switch_failed()
H A Drack.c14358 if (tp->t_in_hpts > IHPTS_NONE) { in rack_switch_failed()