Searched defs:sctp_stream_queue_pending (Results 1 – 1 of 1) sorted by relevance
506 struct sctp_stream_queue_pending { struct511 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument513 uint32_t length;514 uint32_t timetolive;515 uint32_t ppid;516 uint32_t context;517 uint16_t sinfo_flags;518 uint16_t stream;542 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument