Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1077 struct sctp_outq { struct1078 struct sctp_association *asoc;1081 struct list_head out_chunk_list;1084 struct sctp_sched_ops *sched;1086 unsigned int out_qlen; /* Total length of queued data chunks. */1089 unsigned int error;1092 struct list_head control_chunk_list;1119 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument
Completed in 14 milliseconds