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

/freebsd-11-stable/sys/netinet/cc/
H A Dcc_htcp.c90 * HTCP_CALC_ALPHA performs a fixed point math calculation to determine the
129 #define HTCP_CALC_ALPHA(diff) \ macro
166 * See comment above HTCP_CALC_ALPHA for more info.
407 /* Cap alpha if the value of diff would overflow HTCP_CALC_ALPHA(). */
414 alpha = HTCP_CALC_ALPHA(diff);
426 * alpha will be the raw value from HTCP_CALC_ALPHA() if

Completed in 98 milliseconds