Lines Matching refs:a_rwnd
142 if (ntohl(init->a_rwnd) < SCTP_MIN_RWND) { in sctp_handle_init()
325 asoc->peers_rwnd = ntohl(init->a_rwnd); in sctp_process_init()
1466 if (ntohl(init_ack->a_rwnd) < SCTP_MIN_RWND) { in sctp_handle_init_ack()
1893 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_existing()
2099 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd); in sctp_process_cookie_existing()
2322 asoc->my_rwnd = ntohl(initack_cp->init.a_rwnd);
4662 uint32_t a_rwnd; local
4671 a_rwnd = bottle_bw - on_queue;
4673 a_rwnd = 0;
4675 if (a_rwnd == 0)
4678 if (a_rwnd > stcb->asoc.total_flight) {
4680 a_rwnd - stcb->asoc.total_flight;
5124 uint32_t a_rwnd, cum_ack; local
5168 a_rwnd = ntohl(sack->sack.a_rwnd);
5185 a_rwnd = ntohl(nr_sack->nr_sack.a_rwnd);
5197 cum_ack, num_seg, a_rwnd);
5214 sctp_express_handle_sack(stcb, cum_ack, a_rwnd,
5220 cum_ack, a_rwnd, ecne_seen);