Home
last modified time | relevance | path

Searched refs:sctp_frwnd (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c406 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()
H A Dsctp_output.c1025 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()
H A Dsctp_impl.h270 (sctp)->sctp_frwnd -= (chunkdata); \
737 uint32_t sctp_frwnd; /* Peer RWND */ member
H A Dsctp_opt_data.c80 sstat->sstat_rwnd = sctp->sctp_frwnd; in sctp_get_status()
279 sap->sasoc_peer_rwnd = sctp->sctp_frwnd; in sctp_get_assocparams()
H A Dsctp_input.c2163 sctp->sctp_frwnd = 0; in sctp_set_frwnd()
2166 orwnd = sctp->sctp_frwnd; in sctp_set_frwnd()
2167 sctp->sctp_frwnd = frwnd - sctp->sctp_unacked; in sctp_set_frwnd()
2168 if (orwnd < sctp->sctp_frwnd) { in sctp_set_frwnd()
3088 if (sctp->sctp_frwnd == 0 && sctp->sctp_unacked == 0 && in sctp_got_sack()
H A Dsctp_snmp.c814 sce.sctpConnEntryInfo.ce_swnd = sctp->sctp_frwnd; in sctp_snmp_get_mib2()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c837 connp->conn_sndlowat, sctp->sctp_frwnd, in sctp()