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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_header.h450 uint32_t bottle_bw; member in struct:sctp_pktdrop_chunk
H A Dsctp_cc_functions.c1130 uint32_t * bottle_bw, uint32_t * on_queue)
1140 *bottle_bw = ntohl(cp->bottle_bw);
1150 bw_avail = (*bottle_bw * rtt) / 1000;
1151 if (bw_avail > *bottle_bw) {
1156 * will be limited to the bottle_bw per second no matter if
1160 bw_avail = *bottle_bw;
1128 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.c4259 uint32_t bottle_bw, on_queue; local
4361 bottle_bw = ntohl(cp->bottle_bw);
4363 if (bottle_bw && on_queue) {
4365 if (bottle_bw > on_queue)
4366 a_rwnd = bottle_bw - on_queue;
4400 net, cp, &bottle_bw, &on_queue);
H A Dsctp_structs.h676 uint32_t * bottle_bw, uint32_t * on_queue);
H A Dsctp_output.c11372 drp->bottle_bw = htonl(spc);

Completed in 253 milliseconds