Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c520 int32_t bw_meas_bytes; in tcp_bwmeas_check() local
527 bw_meas_bytes = tp->snd_una - tp->t_bwmeas->bw_start; in tcp_bwmeas_check()
529 bw_meas_bytes >= (int32_t)(tp->t_bwmeas->bw_size)) { in tcp_bwmeas_check()
530 bytes = bw_meas_bytes; in tcp_bwmeas_check()