Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cubic.c244 tp->t_ccstate->cub_tcp_bytes_acked = BYTES_ACKED(th, tp); in tcp_cubic_tcpwin()
246 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_tcpwin()
249 tp->t_ccstate->cub_tcp_bytes_acked += BYTES_ACKED(th, tp); in tcp_cubic_tcpwin()
256 while (tp->t_ccstate->cub_tcp_bytes_acked >= tp->snd_cwnd) { in tcp_cubic_tcpwin()
258 tp->t_ccstate->cub_tcp_bytes_acked -= tp->snd_cwnd; in tcp_cubic_tcpwin()
270 if (tp->t_ccstate->cub_tcp_bytes_acked >= tp->t_ccstate->cub_tcp_win) { in tcp_cubic_tcpwin()
271 tp->t_ccstate->cub_tcp_bytes_acked -= tp->t_ccstate->cub_tcp_win; in tcp_cubic_tcpwin()
398 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_pre_fr()
549 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_post_fr()
606 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_clear_state()
H A Dtcp_var.h286 #define cub_tcp_bytes_acked __u__._cubic_state_.tc_tcp_bytes_acked macro