Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c272 tp->t_ccstate->cub_tcp_bytes_acked = BYTES_ACKED(th, tp); in tcp_cubic_tcpwin()
274 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_tcpwin()
277 tp->t_ccstate->cub_tcp_bytes_acked += BYTES_ACKED(th, tp); in tcp_cubic_tcpwin()
284 while (tp->t_ccstate->cub_tcp_bytes_acked >= tp->snd_cwnd) { in tcp_cubic_tcpwin()
286 tp->t_ccstate->cub_tcp_bytes_acked -= tp->snd_cwnd; in tcp_cubic_tcpwin()
298 if (tp->t_ccstate->cub_tcp_bytes_acked >= tp->t_ccstate->cub_tcp_win) { in tcp_cubic_tcpwin()
299 tp->t_ccstate->cub_tcp_bytes_acked -= tp->t_ccstate->cub_tcp_win; in tcp_cubic_tcpwin()
427 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_pre_fr()
578 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_post_fr()
635 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_clear_state()
H A Dtcp_var.h243 #define cub_tcp_bytes_acked __u__._cubic_state_.tc_tcp_bytes_acked macro