Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_rledbat.c123 return MIN(GAIN_CONSTANT, tcp_ceil(2 * target_qdelay / in rledbat_gain()
H A Dtcp_ledbat.c289 return MIN(GAIN_CONSTANT, tcp_ceil(2 * target_qdelay / in ledbat_gain()
H A Dtcp_var.h1601 uint32_t tcp_ceil(double a);
H A Dtcp_subr.c441 tcp_ceil(double a) in tcp_ceil() function