Lines Matching defs:bottle_bw
2764 u_int32_t bottle_bw, on_queue;
2792 bottle_bw = ntohl(cp->bottle_bw);
2794 if (bottle_bw && on_queue) {
2796 if (bottle_bw > on_queue)
2797 a_rwnd = bottle_bw - on_queue;
2909 bottle_bw = ntohl(cp->bottle_bw);
2920 bw_avail = (bottle_bw*rtt)/1000;
2921 if (bw_avail > bottle_bw) {
2927 * the bottle_bw per second no matter if
2931 bw_avail = bottle_bw;