Lines Matching refs:streamoutcnt
3610 if (asoc->streamoutcnt > inp->sctp_ep.pre_open_stream_count) {
3611 i_want = asoc->streamoutcnt;
4194 if (srcv->sinfo_stream >= asoc->streamoutcnt) {
7330 if (asoc->streamoutcnt < asoc->pre_open_streams) {
7335 asoc->streamoutcnt, asoc->pre_open_streams);
7340 asoc->streamoutcnt = asoc->pre_open_streams;
7341 asoc->strmout = malloc(asoc->streamoutcnt *
7344 for (i = 0; i < asoc->streamoutcnt; i++) {
7349 * reduce the count (streamoutcnt) but
8665 for (i=0; i<stcb->asoc.streamoutcnt; i++) {
8670 if (list[i] >= stcb->asoc.streamoutcnt) {
9493 if (srcv->sinfo_stream >= asoc->streamoutcnt) {
9968 if (asoc->streamoutcnt < asoc->pre_open_streams) {
9973 asoc->streamoutcnt, asoc->pre_open_streams);
9978 asoc->streamoutcnt = asoc->pre_open_streams;
9982 asoc->streamoutcnt *
9985 for (i = 0; i < asoc->streamoutcnt; i++) {
9990 * reduce the count (streamoutcnt) but