Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1052 struct sctp_outq { struct1053 struct sctp_association *asoc;1056 struct list_head out_chunk_list;1059 struct sctp_sched_ops *sched;1061 unsigned int out_qlen; /* Total length of queued data chunks. */1064 unsigned int error;1067 struct list_head control_chunk_list;1094 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument