Searched refs:TF_BWMEAS_INPROGRESS (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c1415 (tp->t_flagsext & TF_BWMEAS_INPROGRESS) == 0 &&
1420 tp->t_flagsext |= TF_BWMEAS_INPROGRESS;
H A Dtcp_var.h403 #define TF_BWMEAS_INPROGRESS 0x4 /* Indicate BW meas is happening */ macro
H A Dtcp_usrreq.c1745 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS);
H A Dtcp_input.c567 if ((tp->t_flagsext & TF_BWMEAS_INPROGRESS) != 0 &&
582 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS);

Completed in 32 milliseconds