Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_structs.h635 struct sctp_stream_out { struct
636 struct sctp_streamhead outqueue;
637 union scheduling_parameters ss_params;
638 uint32_t chunks_on_queues;
640 uint32_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1];
641 uint32_t abandoned_sent[SCTP_PR_SCTP_MAX + 1];
644 uint32_t abandoned_unsent[1];
645 uint32_t abandoned_sent[1];
647 uint16_t stream_no;
648 uint16_t next_sequence_send; /* next one I expect to send out */
[all …]