Searched refs:TF_BWMEAS_INPROGRESS (Results 1 – 4 of 4) sorted by relevance
2530 (tp->t_flagsext & TF_BWMEAS_INPROGRESS) == 0) { in tcp_output()2543 tp->t_flagsext |= TF_BWMEAS_INPROGRESS; in tcp_output()
673 #define TF_BWMEAS_INPROGRESS 0x4 /* Indicate BW meas is happening */ macro
2396 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_ctloutput()
506 if ((tp->t_flagsext & TF_BWMEAS_INPROGRESS) && in tcp_bwmeas_check()533 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_bwmeas_check()