Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1066 struct sctp_outq { struct1067 struct sctp_association *asoc;1070 struct list_head out_chunk_list;1073 struct sctp_sched_ops *sched;1075 unsigned int out_qlen; /* Total length of queued data chunks. */1078 unsigned int error;1081 struct list_head control_chunk_list;1108 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument