Searched refs:peers_rwnd (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 3641 asoc->peers_rwnd, tp1->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); 3644 asoc->peers_rwnd += (tp1->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); 3971 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd); 3982 old_rwnd = asoc->peers_rwnd; 3988 asoc->peers_rwnd = sctp_sbspace_sub(rwnd, 3990 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { 3992 asoc->peers_rwnd = 0; 3994 if (asoc->peers_rwnd > old_rwnd) { 4287 asoc->peers_rwnd = sctp_sbspace_sub(rwnd, 4289 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { [all …]
|
D | sctp_timer.c | 516 stcb->asoc.peers_rwnd, 679 stcb->asoc.peers_rwnd += chk->send_size; 680 stcb->asoc.peers_rwnd += SCTP_BASE_SYSCTL(sctp_peer_chunk_oh); 738 stcb->asoc.peers_rwnd); 837 if ((stcb->asoc.peers_rwnd == 0) &&
|
D | sctp_output.c | 7573 if ((asoc->peers_rwnd <= 0) && 7596 asoc->peers_rwnd, data_list[i]->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); 7598 asoc->peers_rwnd = sctp_sbspace_sub(asoc->peers_rwnd, 7600 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) { 7602 asoc->peers_rwnd = 0; 8440 if (asoc->peers_rwnd == 0) { 8463 max_rwnd_per_dest = ((asoc->peers_rwnd + asoc->total_flight) / asoc->numnets); 8618 if (mtu > asoc->peers_rwnd) { 8621 r_mtu = asoc->peers_rwnd; 9237 ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) && (chk->send_size <= asoc->peers_rwnd))) { [all …]
|
D | sctp_input.c | 316 asoc->peers_rwnd = ntohl(init->a_rwnd); in sctp_process_init() 323 lnet->ssthresh = asoc->peers_rwnd; in sctp_process_init() 3517 if ((stcb->asoc.peers_rwnd == 0) && 3522 if (stcb->asoc.peers_rwnd == 0 && 4686 stcb->asoc.peers_rwnd = 0; 4689 stcb->asoc.peers_rwnd = 4692 stcb->asoc.peers_rwnd = 0; 4694 if (stcb->asoc.peers_rwnd < 4697 stcb->asoc.peers_rwnd = 0; 6155 stcb->asoc.peers_rwnd, [all …]
|
D | sctputil.c | 358 sctp_clog.x.cwnd.meets_pseudo_cumack = stcb->asoc.peers_rwnd; in sctp_log_cwnd() 451 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd() argument 456 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd() 471 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 476 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set() 579 sctp_clog.x.blk.peer_rwnd = asoc->peers_rwnd; in sctp_log_block() 1286 asoc->peers_rwnd = SCTP_SB_LIMIT_RCV(inp->sctp_socket); in sctp_init_asoc() 5575 stcb->asoc.peers_rwnd += tp1->send_size; 5576 stcb->asoc.peers_rwnd += SCTP_BASE_SYSCTL(sctp_peer_chunk_oh);
|
D | sctp_structs.h | 1056 uint32_t peers_rwnd; member
|
D | sctp_sysctl.c | 570 xstcb.peers_rwnd = stcb->asoc.peers_rwnd;
|
D | sctp_uio.h | 1230 uint32_t peers_rwnd; member
|
D | sctp_cc_functions.c | 103 net->ssthresh = assoc->peers_rwnd; in sctp_set_initial_cc_param() 2221 net->ssthresh = stcb->asoc.peers_rwnd; in sctp_htcp_set_initial_cc_param()
|
D | sctp_usrreq.c | 3238 sstat->sstat_rwnd = stcb->asoc.peers_rwnd; 3396 sasoc->sasoc_peer_rwnd = stcb->asoc.peers_rwnd;
|