Searched refs:max_inbound_streams (Results 1 – 5 of 5) sorted by relevance
1098 unsigned int max_inbound_streams; member
421 if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) { in sctp_process_init()424 asoc->streamincnt = asoc->max_inbound_streams; in sctp_process_init()4056 } else if ((num_stream > stcb->asoc.max_inbound_streams) ||
3704 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams;5130 init->init.num_inbound_streams = htons(stcb->asoc.max_inbound_streams);
1186 asoc->max_inbound_streams = inp->sctp_ep.max_open_streams_intome; in sctp_init_asoc()
5355 if (cnt > (int)stcb->asoc.max_inbound_streams) {