Lines Matching refs:outqueue
10 * These functions implement the sctp_outq class. The outqueue handles
204 /* Free the outqueue structure and any related pending chunks.
273 /* Free the outqueue structure and any related pending chunks. */
358 sctp_insert_list(&asoc->outqueue.abandoned,
366 if (queue != &asoc->outqueue.retransmit &&
371 asoc->outqueue.outstanding_bytes -= sctp_data_size(chk);
385 struct sctp_outq *q = &asoc->outqueue;
432 &asoc->outqueue.retransmit,
758 /* Cork the outqueue so queued chunks are really queued. */
1183 /* Try to flush an outqueue.
1245 * Process the SACK against the outqueue. Mostly, this just frees
1411 /* Is the outqueue empty?