Home | History | Annotate | Download | only in netinet

Lines Matching refs:max_inbound_streams

419 	if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) {
422 asoc->streamincnt = asoc->max_inbound_streams;
4063 } else if ((num_stream > stcb->asoc.max_inbound_streams) ||