Searched refs:sctp_frwnd (Results 1 – 7 of 7) sorted by relevance
406 sctp->sctp_frwnd = ntohl(init->sic_a_rwnd); in sctp_initialize_params()993 sctp->sctp_frwnd = ntohl(iack->sic_a_rwnd); in sctp_send_cookie_echo()1148 cansend = MIN(sctp->sctp_unsent, sctp->sctp_frwnd); in sctp_send_cookie_echo()1356 sctp->sctp_frwnd = ntohl(init->sic_a_rwnd); in sctp_process_cookie()
1025 cansend = sctp->sctp_frwnd; in sctp_output()1281 ntohs(sdc->sdh_ssn), (void *)fp, sctp->sctp_frwnd, in sctp_output()1762 if (sctp->sctp_frwnd < (oldfp->sf_pmss - sizeof (*sdc))) in sctp_rexmit()1763 sctp->sctp_frwnd = oldfp->sf_pmss - sizeof (*sdc); in sctp_rexmit()2022 (void *)fp, sctp->sctp_frwnd, sctp->sctp_lastack_rxd)); in sctp_rexmit()
270 (sctp)->sctp_frwnd -= (chunkdata); \737 uint32_t sctp_frwnd; /* Peer RWND */ member
81 sstat->sstat_rwnd = sctp->sctp_frwnd; in sctp_get_status()280 sap->sasoc_peer_rwnd = sctp->sctp_frwnd; in sctp_get_assocparams()
2164 sctp->sctp_frwnd = 0; in sctp_set_frwnd()2167 orwnd = sctp->sctp_frwnd; in sctp_set_frwnd()2168 sctp->sctp_frwnd = frwnd - sctp->sctp_unacked; in sctp_set_frwnd()2169 if (orwnd < sctp->sctp_frwnd) { in sctp_set_frwnd()3089 if (sctp->sctp_frwnd == 0 && sctp->sctp_unacked == 0 && in sctp_got_sack()
814 sce.sctpConnEntryInfo.ce_swnd = sctp->sctp_frwnd; in sctp_snmp_get_mib2()
837 connp->conn_sndlowat, sctp->sctp_frwnd, in sctp()