Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1056 struct sctp_outq { struct1057 struct sctp_association *asoc;1060 struct list_head out_chunk_list;1063 struct sctp_sched_ops *sched;1065 unsigned int out_qlen; /* Total length of queued data chunks. */1068 unsigned int error;1071 struct list_head control_chunk_list;1098 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument