Searched defs:sctp_stream_out (Results 1 – 1 of 1) sorted by relevance
627 struct sctp_stream_out { struct628 struct sctp_streamhead outqueue;629 struct scheduling_parameters ss_params;630 uint32_t chunks_on_queues; /* send queue and sent queue */632 uint32_t abandoned_unsent[SCTP_PR_SCTP_MAX + 1];633 uint32_t abandoned_sent[SCTP_PR_SCTP_MAX + 1];636 uint32_t abandoned_unsent[1];637 uint32_t abandoned_sent[1];643 uint32_t next_mid_ordered;644 uint32_t next_mid_unordered;[all …]