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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_cubic.c27 #define BICTCP_HZ 10 /* BIC HZ 2^10 = 1024 */ macro
193 << BICTCP_HZ) / HZ;
201 delta = (cube_rtt_scale * offs * offs * offs) >> (10+3*BICTCP_HZ);
386 cube_factor = 1ull << (10+3*BICTCP_HZ); /* 2^40 */

Completed in 42 milliseconds