Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1075 struct sctp_outq { struct1076 struct sctp_association *asoc;1079 struct list_head out_chunk_list;1082 struct sctp_sched_ops *sched;1084 unsigned int out_qlen; /* Total length of queued data chunks. */1087 unsigned int error;1090 struct list_head control_chunk_list;1117 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument