Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cubic.c64 static uint32_t tcp_cubic_update(struct tcpcb *tp, uint32_t rtt);
174 tcp_cubic_update(struct tcpcb *tp, u_int32_t rtt) in tcp_cubic_update() function
329 cubic_target_win = tcp_cubic_update(tp, rtt); in tcp_cubic_congestion_avd()