Searched defs:sctp_outq (Results 1 – 1 of 1) sorted by relevance
1142 struct sctp_outq { struct1143 struct sctp_association *asoc;1146 struct list_head out_chunk_list;1148 unsigned out_qlen; /* Total length of queued data chunks. */1151 unsigned error;1154 struct list_head control_chunk_list;1159 struct list_head sacked;1187 void sctp_outq_init(struct sctp_association *, struct sctp_outq *); argument