HomeSort by: relevance | last modified time | path
    Searched refs:streamoutcnt (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_structs.h 548 u_int16_t streamoutcnt; member in struct:sctp_association
sctp_output.c 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++)
    [all...]
sctputil.c 755 asoc->streamoutcnt = asoc->pre_open_streams =
757 asoc->strmout = malloc(asoc->streamoutcnt *
763 for (i = 0; i < asoc->streamoutcnt; i++) {
767 * we MUST reduce the count (streamoutcnt) but first check
1918 sac->sac_outbound_streams = stcb->asoc.streamoutcnt;
sctp_usrreq.c 2148 sstat->sstat_outstrms = stcb->asoc.streamoutcnt;
2783 if (s_info->sinfo_stream > stcb->asoc.streamoutcnt) {
sctp_pcb.c 3253 asoc->streamoutcnt = 0;
sctp_input.c 228 asoc->streamoutcnt = asoc->pre_open_streams;

Completed in 27 milliseconds