Searched refs:max_inbound_streams (Results 1 – 5 of 5) sorted by relevance
1090 unsigned int max_inbound_streams; member
419 if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) { in sctp_process_init()422 asoc->streamincnt = asoc->max_inbound_streams; in sctp_process_init()4063 } else if ((num_stream > stcb->asoc.max_inbound_streams) ||
3528 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams;4948 init->init.num_inbound_streams = htons(stcb->asoc.max_inbound_streams);
1170 asoc->max_inbound_streams = inp->sctp_ep.max_open_streams_intome; in sctp_init_asoc()
5088 if (cnt > (int)stcb->asoc.max_inbound_streams) {