Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h627 struct sctp_stream_out { struct
628 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 …]