Searched refs:TF_BWMEAS_INPROGRESS (Results 1 – 4 of 4) sorted by relevance
1981 (tp->t_flagsext & TF_BWMEAS_INPROGRESS) == 0) { in tcp_output()1994 tp->t_flagsext |= TF_BWMEAS_INPROGRESS; in tcp_output()
504 #define TF_BWMEAS_INPROGRESS 0x4 /* Indicate BW meas is happening */ macro
522 if ((tp->t_flagsext & TF_BWMEAS_INPROGRESS) && in tcp_bwmeas_check()549 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_bwmeas_check()
2263 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_ctloutput()