Home
last modified time | relevance | path

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

/xnu-11417.101.15/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.h308 struct tcp_cubic_state cubic_state; member
323 #define cubic_K __u__._prague_state_.cubic_state.tc_epoch_period
324 #define cubic_epoch_start __u__._prague_state_.cubic_state.tc_epoch_start
325 #define cubic_origin_point __u__._prague_state_.cubic_state.tc_origin_point
326 #define cubic_W_max __u__._prague_state_.cubic_state.tc_last_max
327 #define reno_acked __u__._prague_state_.cubic_state.tc_tcp_bytes_acked
328 #define reno_cwnd __u__._prague_state_.cubic_state.tc_tcp_win
H A Dtcp_cc.h98 } cubic_state; member