Home
last modified time | relevance | path

Searched defs:sctp_stream_out (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_structs.h663 struct sctp_stream_out { struct
664 struct sctp_streamhead outqueue;
665 union scheduling_parameters ss_params;
666 uint32_t chunks_on_queues; /* send queue and sent queue */
668 uint32_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1];
669 uint32_t abandoned_sent[SCTP_PR_SCTP_MAX + 1];
672 uint32_t abandoned_unsent[1];
673 uint32_t abandoned_sent[1];
678 uint32_t next_mid_ordered;
679 uint32_t next_mid_unordered;
[all …]