Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_cc_functions.c1241 uint32_t *bottle_bw, uint32_t *on_queue) in sctp_cwnd_update_after_packet_dropped() argument
1248 *bottle_bw = ntohl(cp->bottle_bw); in sctp_cwnd_update_after_packet_dropped()
1259 bw_avail = (uint32_t)(((uint64_t)(*bottle_bw) * net->rtt) / (uint64_t)1000000); in sctp_cwnd_update_after_packet_dropped()
1260 if (bw_avail > *bottle_bw) { in sctp_cwnd_update_after_packet_dropped()
1269 bw_avail = *bottle_bw; in sctp_cwnd_update_after_packet_dropped()
Dsctp_header.h442 uint32_t bottle_bw; member
Dsctp_input.c4563 uint32_t bottle_bw, on_queue; local
4666 bottle_bw = ntohl(cp->bottle_bw);
4668 if (bottle_bw && on_queue) {
4670 if (bottle_bw > on_queue)
4671 a_rwnd = bottle_bw - on_queue;
4705 net, cp, &bottle_bw, &on_queue);
Dsctp_structs.h773 uint32_t *bottle_bw, uint32_t *on_queue);
Dsctp_output.c12460 drp->bottle_bw = htonl(spc);