Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_cubic.c236 tp->t_ccstate->cub_tcp_bytes_acked = BYTES_ACKED(th, tp); in tcp_cubic_tcpwin()
238 tp->t_ccstate->cub_tcp_bytes_acked += BYTES_ACKED(th, tp); in tcp_cubic_tcpwin()
244 while (tp->t_ccstate->cub_tcp_bytes_acked >= tp->snd_cwnd) { in tcp_cubic_tcpwin()
246 tp->t_ccstate->cub_tcp_bytes_acked -= tp->snd_cwnd; in tcp_cubic_tcpwin()
362 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_pre_fr()
470 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_post_fr()
531 tp->t_ccstate->cub_tcp_bytes_acked = 0; in tcp_cubic_clear_state()
H A Dtcp_var.h325 #define cub_tcp_bytes_acked __u__._cubic_state_.tc_tcp_bytes_acked macro