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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c1289 (tp->t_flagsext & TF_BWMEAS_INPROGRESS) == 0 &&
1294 tp->t_flagsext |= TF_BWMEAS_INPROGRESS;
H A Dtcp_var.h372 #define TF_BWMEAS_INPROGRESS 0x4 /* Indicate BW meas is happening */ macro
H A Dtcp_usrreq.c1405 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS);
H A Dtcp_input.c492 if ((tp->t_flagsext & TF_BWMEAS_INPROGRESS) != 0 &&
507 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS);

Completed in 25 milliseconds