Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet/
H A Dtcp_rledbat.c109 return MIN(GAIN_CONSTANT, tcp_ceil(2 * target_qdelay / in rledbat_gain()
H A Dtcp_ledbat.c223 return MIN(GAIN_CONSTANT, tcp_ceil(2 * target_qdelay / in ledbat_gain()
H A Dtcp_var.h1661 uint32_t tcp_ceil(double a);
H A Dtcp_subr.c451 tcp_ceil(double a) in tcp_ceil() function