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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h462 uint32_t bottle_bw; member in struct:sctp_pktdrop_chunk
H A Dsctp_cc_functions.c1218 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;
1216 sctp_cwnd_update_after_packet_dropped(struct sctp_tcb *stcb, struct sctp_nets *net, struct sctp_pktdrop_chunk *cp, uint32_t *bottle_bw, uint32_t *on_queue) argument
H A Dsctp_input.c4331 uint32_t bottle_bw, on_queue; local
4434 bottle_bw = ntohl(cp->bottle_bw);
4436 if (bottle_bw && on_queue) {
4438 if (bottle_bw > on_queue)
4439 a_rwnd = bottle_bw - on_queue;
4473 net, cp, &bottle_bw, &on_queue);
H A Dsctp_structs.h736 uint32_t *bottle_bw, uint32_t *on_queue);
H A Dsctp_output.c12186 drp->bottle_bw = htonl(spc);

Completed in 105 milliseconds