Searched refs:abandoned (Results 1 - 5 of 5) sorted by relevance

/linux-master/net/sctp/
H A Dchunk.c41 msg->abandoned = 0;
305 if (chunk->msg->abandoned)
325 chunk->msg->abandoned = 1;
335 chunk->msg->abandoned = 1;
340 chunk->msg->abandoned = 1;
H A Doutqueue.c200 INIT_LIST_HEAD(&q->abandoned);
242 /* Throw away any chunks that are in the abandoned queue. */
243 list_for_each_safe(lchunk, temp, &q->abandoned) {
317 * and the abandoned list are in ascending order.
351 if (!chk->msg->abandoned &&
356 chk->msg->abandoned = 1;
358 sctp_insert_list(&asoc->outqueue.abandoned,
392 if (!chk->msg->abandoned &&
398 chk->msg->abandoned = 1;
462 /* If the chunk is abandoned, mov
[all...]
H A Dstream_interleave.c1114 list_for_each_safe(lchunk, temp, &q->abandoned) {
H A Dsocket.c186 list_for_each_entry(chunk, &q->abandoned, transmitted_list)
/linux-master/include/net/sctp/
H A Dstructs.h528 abandoned:1; /* should this message be abandoned */ member in struct:sctp_datamsg
1102 * they were abandoned.
1104 struct list_head abandoned; member in struct:sctp_outq

Completed in 149 milliseconds