Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c2399 (tp->t_flagsext & TF_BWMEAS_INPROGRESS) == 0) { in tcp_output()
2412 tp->t_flagsext |= TF_BWMEAS_INPROGRESS; in tcp_output()
H A Dtcp_var.h639 #define TF_BWMEAS_INPROGRESS 0x4 /* Indicate BW meas is happening */ macro
H A Dtcp_usrreq.c2392 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_ctloutput()
H A Dtcp_input.c528 if ((tp->t_flagsext & TF_BWMEAS_INPROGRESS) && in tcp_bwmeas_check()
555 tp->t_flagsext &= ~(TF_BWMEAS_INPROGRESS); in tcp_bwmeas_check()