Searched refs:TF_RECV_THROTTLE (Results 1 – 3 of 3) sorted by relevance
3820 if (tp->t_flagsext & TF_RECV_THROTTLE) { in tcp_recv_throttle()3832 tp->t_flagsext |= TF_RECV_THROTTLE; in tcp_recv_throttle()
645 #define TF_RECV_THROTTLE 0x100 /* Input throttling active */ macro
1023 (tp->t_flagsext & TF_RECV_THROTTLE) || in tcp_sbrcv_grow()6453 if ((tp->t_flagsext & TF_RECV_THROTTLE) && in update_base_rtt()6457 tp->t_flagsext &= ~TF_RECV_THROTTLE; in update_base_rtt()