Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h666 struct sctp_stream_out { struct
667 struct sctp_streamhead outqueue;
668 union scheduling_parameters ss_params;
669 uint32_t chunks_on_queues; /* send queue and sent queue */
671 uint32_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1];
672 uint32_t abandoned_sent[SCTP_PR_SCTP_MAX + 1];
675 uint32_t abandoned_unsent[1];
676 uint32_t abandoned_sent[1];
681 uint32_t next_mid_ordered;
682 uint32_t next_mid_unordered;
[all …]