Home
last modified time | relevance | path

Searched refs:TF_MEASURESNDBW (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c1811 if ((tp->t_flagsext & TF_MEASURESNDBW) != 0 && in tcp_fill_info()
2379 opt = TF_MEASURESNDBW; in tcp_ctloutput()
2408 if ((tp->t_flagsext & TF_MEASURESNDBW) == 0 || in tcp_ctloutput()
2909 optval = tp->t_flagsext & TF_MEASURESNDBW; in tcp_ctloutput()
2928 if ((tp->t_flagsext & TF_MEASURESNDBW) == 0 || in tcp_ctloutput()
H A Dtcp_subr.c1201 tp->t_flagsext |= TF_MEASURESNDBW; in tcp_newtcpcb()
1205 tp->t_flagsext &= ~TF_MEASURESNDBW; in tcp_newtcpcb()
1872 tp->t_flagsext &= ~(TF_MEASURESNDBW); in tcp_bwmeas_free()
H A Dtcp_var.h640 #define TF_MEASURESNDBW 0x8 /* Measure send bw on this connection */ macro
H A Dtcp_input.c3348 if ((tp->t_flagsext & TF_MEASURESNDBW) != 0 && in tcp_input()
5566 if ((tp->t_flagsext & TF_MEASURESNDBW) != 0 && in tcp_input()
H A Dtcp_output.c2397 if ((tp->t_flagsext & TF_MEASURESNDBW) != 0 && in tcp_output()