Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h249 uint32_t bw_ts; /* timestamp when bw measurement started */ member
H A Dtcp_output.c2414 tp->t_bwmeas->bw_ts = tcp_now_local; in tcp_output()
H A Dtcp_input.c531 elapsed_time = tcp_now - tp->t_bwmeas->bw_ts; in tcp_bwmeas_check()