Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_ccdbg.c125 dbg_state.u.cubic_state.ccd_last_max = in tcp_ccdbg_trace()
127 dbg_state.u.cubic_state.ccd_tcp_win = in tcp_ccdbg_trace()
129 dbg_state.u.cubic_state.ccd_avg_lastmax = in tcp_ccdbg_trace()
131 dbg_state.u.cubic_state.ccd_mean_deviation = in tcp_ccdbg_trace()
H A Dtcp_var.h347 struct tcp_cubic_state cubic_state; member
362 #define cubic_K __u__._prague_state_.cubic_state.tc_epoch_period
363 #define cubic_epoch_start __u__._prague_state_.cubic_state.tc_epoch_start
364 #define cubic_origin_point __u__._prague_state_.cubic_state.tc_origin_point
365 #define cubic_W_max __u__._prague_state_.cubic_state.tc_last_max
366 #define reno_acked __u__._prague_state_.cubic_state.tc_tcp_bytes_acked
367 #define reno_cwnd __u__._prague_state_.cubic_state.tc_tcp_win
H A Dtcp_cc.h98 } cubic_state; member