Home
last modified time | relevance | path

Searched refs:TF_RECV_THROTTLE (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c3820 if (tp->t_flagsext & TF_RECV_THROTTLE) { in tcp_recv_throttle()
3832 tp->t_flagsext |= TF_RECV_THROTTLE; in tcp_recv_throttle()
H A Dtcp_var.h645 #define TF_RECV_THROTTLE 0x100 /* Input throttling active */ macro
H A Dtcp_input.c1023 (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()