Home
last modified time | relevance | path

Searched refs:max_inbound_streams (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/sys/netinet/
H A Dsctp_structs.h1052 unsigned int max_inbound_streams; member
H A Dsctp_input.c352 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()
H A Dsctp_output.c3600 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()
H A Dsctputil.c1348 asoc->max_inbound_streams = inp->sctp_ep.max_open_streams_intome; in sctp_init_asoc()
H A Dsctp_usrreq.c4793 if (cnt > (int)stcb->asoc.max_inbound_streams) {