Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1016 struct sctp_outq { struct1017 struct sctp_association *asoc;1020 struct list_head out_chunk_list;1022 unsigned int out_qlen; /* Total length of queued data chunks. */1025 unsigned int error;1028 struct list_head control_chunk_list;1055 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument