Home
last modified time | relevance | path

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

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