Searched refs:max_inbound_streams (Results 1 – 5 of 5) sorted by relevance
1052 unsigned int max_inbound_streams; member
352 if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) { in sctp_process_init()355 asoc->streamincnt = asoc->max_inbound_streams; in sctp_process_init()3820 } else if ((num_stream > stcb->asoc.max_inbound_streams) || in sctp_handle_str_reset_add_strm()
3600 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams; in sctp_process_cmsgs_for_init() 4689 init->init.num_inbound_streams = htons(stcb->asoc.max_inbound_streams); in sctp_send_initiate()
1348 asoc->max_inbound_streams = inp->sctp_ep.max_open_streams_intome; in sctp_init_asoc()
4793 if (cnt > (int)stcb->asoc.max_inbound_streams) {