Searched refs:tcp_cubic_update (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cubic.c66 static uint32_t tcp_cubic_update(struct tcpcb *tp, u_int32_t rtt);
159 tcp_cubic_update(struct tcpcb *tp, u_int32_t rtt) function
282 cubic_target_win = tcp_cubic_update(tp, rtt);

Completed in 35 milliseconds