Home
last modified time | relevance | path

Searched refs:peers_rwnd (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.c3247 asoc->peers_rwnd, tp1->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh));
3250 asoc->peers_rwnd += (tp1->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh));
3570 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd);
3581 old_rwnd = asoc->peers_rwnd;
3587 asoc->peers_rwnd = sctp_sbspace_sub(rwnd,
3589 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
3591 asoc->peers_rwnd = 0;
3593 if (asoc->peers_rwnd > old_rwnd) {
3894 asoc->peers_rwnd = sctp_sbspace_sub(rwnd,
3896 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
[all …]
Dsctp_timer.c499 stcb->asoc.peers_rwnd,
662 stcb->asoc.peers_rwnd += chk->send_size;
663 stcb->asoc.peers_rwnd += SCTP_BASE_SYSCTL(sctp_peer_chunk_oh);
719 num_mk, (u_long)stcb->asoc.peers_rwnd);
724 (int)stcb->asoc.peers_rwnd);
822 if ((stcb->asoc.peers_rwnd == 0) &&
Dsctp_input.c316 asoc->peers_rwnd = ntohl(init->a_rwnd); in sctp_process_init()
323 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init()
3388 if ((stcb->asoc.peers_rwnd == 0) &&
3393 if (stcb->asoc.peers_rwnd == 0 &&
4444 stcb->asoc.peers_rwnd = 0;
4447 stcb->asoc.peers_rwnd =
4450 stcb->asoc.peers_rwnd = 0;
4452 if (stcb->asoc.peers_rwnd <
4455 stcb->asoc.peers_rwnd = 0;
6114 stcb->asoc.peers_rwnd,
[all …]
Dsctp_output.c7422 if ((asoc->peers_rwnd <= 0) &&
7445 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh));
7447 asoc->peers_rwnd = sctp_sbspace_sub(asoc->peers_rwnd,
7449 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
7451 asoc->peers_rwnd = 0;
8286 if (asoc->peers_rwnd == 0) {
8309 max_rwnd_per_dest = ((asoc->peers_rwnd + asoc->total_flight) / asoc->numnets);
8480 if (mtu > asoc->peers_rwnd) {
8483 r_mtu = asoc->peers_rwnd;
9105 ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) && (chk->send_size <= asoc->peers_rwnd))) {
[all …]
Dsctp_sysctl.c560 xstcb.peers_rwnd = stcb->asoc.peers_rwnd;
564 xstcb.peers_rwnd = stcb->asoc.peers_rwnd;
Dsctp_uio.h1235 uint32_t peers_rwnd; member
1241 uint32_t peers_rwnd; member
Dsctputil.c341 sctp_clog.x.cwnd.meets_pseudo_cumack = stcb->asoc.peers_rwnd; in sctp_log_cwnd()
438 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd() argument
443 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd()
458 sctp_log_rwnd_set(uint8_t from, uint32_t peers_rwnd, uint32_t flight_size, uint32_t overhead, uint3… in sctp_log_rwnd_set() argument
463 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set()
564 sctp_clog.x.blk.peer_rwnd = asoc->peers_rwnd; in sctp_log_block()
1088 asoc->peers_rwnd = SCTP_SB_LIMIT_RCV(inp->sctp_socket); in sctp_init_asoc()
5214 stcb->asoc.peers_rwnd += tp1->send_size;
5215 stcb->asoc.peers_rwnd += SCTP_BASE_SYSCTL(sctp_peer_chunk_oh);
Dsctp_structs.h1037 uint32_t peers_rwnd; member
Dsctp_cc_functions.c87 net->ssthresh = assoc->peers_rwnd; in sctp_set_initial_cc_param()
2200 net->ssthresh = stcb->asoc.peers_rwnd; in sctp_htcp_set_initial_cc_param()
Dsctp_usrreq.c3245 sstat->sstat_rwnd = stcb->asoc.peers_rwnd;
3363 sasoc->sasoc_peer_rwnd = stcb->asoc.peers_rwnd;