Home | History | Annotate | Download | only in netinet

Lines Matching refs:bottle_bw

1218 	uint32_t *bottle_bw, uint32_t *on_queue)
1228 *bottle_bw = ntohl(cp->bottle_bw);
1238 bw_avail = (*bottle_bw * rtt) / 1000;
1239 if (bw_avail > *bottle_bw) {
1245 * bottle_bw per second no matter if other points
1248 bw_avail = *bottle_bw;