Searched refs:max_inbound_streams (Results 1 – 10 of 10) sorted by relevance
155 internal_sctp_transport_->max_inbound_streams()) { in OnAssociationChangeCommunicationUp()158 *(internal_sctp_transport_->max_inbound_streams())); in OnAssociationChangeCommunicationUp()
52 absl::optional<int> max_inbound_streams() const override { in max_inbound_streams() function in webrtc::__anonef705be90111::FakeCricketSctpTransport
42 absl::optional<int> max_inbound_streams() const { return absl::nullopt; } in max_inbound_streams() function
121 virtual absl::optional<int> max_inbound_streams() const = 0;
92 absl::optional<int> max_inbound_streams() const override { in max_inbound_streams() function
1120 unsigned int max_inbound_streams; member
428 if (asoc->max_inbound_streams > ntohs(init->num_outbound_streams)) { in sctp_process_init()431 asoc->streamincnt = asoc->max_inbound_streams; in sctp_process_init()4249 } else if ((num_stream > stcb->asoc.max_inbound_streams) ||
3730 stcb->asoc.max_inbound_streams = initmsg.sinit_max_instreams;5195 init->init.num_inbound_streams = htons(stcb->asoc.max_inbound_streams);
1392 asoc->max_inbound_streams = inp->sctp_ep.max_open_streams_intome; in sctp_init_asoc()
5707 if (cnt > (int)stcb->asoc.max_inbound_streams) {