Searched refs:max_inbound_streams (Results 1 – 5 of 5) sorted by relevance
1060 unsigned int max_inbound_streams; member
394 if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) { in sctp_process_init()397 asoc->streamincnt = asoc->max_inbound_streams; in sctp_process_init()3870 } else if ((num_stream > stcb->asoc.max_inbound_streams) || in sctp_handle_str_reset_add_strm()
3604 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams; in sctp_process_cmsgs_for_init()4685 init->init.num_inbound_streams = htons(stcb->asoc.max_inbound_streams); in sctp_send_initiate()
1341 asoc->max_inbound_streams = inp->sctp_ep.max_open_streams_intome; in sctp_init_asoc()
4805 if (cnt > (int)stcb->asoc.max_inbound_streams) {