Lines Matching refs:list
30 #include <linux/list.h> /* For struct list_head */
65 list_add(&ch->list, &q->out_chunk_list);
86 list_add_tail(&ch->list, &q->out_chunk_list);
261 list_for_each_entry_safe(chunk, tmp, &q->control_chunk_list, list) {
262 list_del_init(&chunk->list);
308 list_add_tail(&chunk->list, &q->control_chunk_list);
316 /* Insert a chunk into the sorted list based on the TSNs. The retransmit list
317 * and the abandoned list are in ascending order.
391 list_for_each_entry_safe(chk, temp, &q->out_chunk_list, list) {
462 /* If the chunk is abandoned, move it to abandoned list. */
637 /* If the chunk is abandoned, move it to abandoned list. */
714 * the transmitted list.
779 list_del_init(&chunk->list);
885 list_for_each_entry_safe(chunk, tmp, &ctx->q->control_chunk_list, list) {
898 list_del_init(&chunk->list);
963 list_add(&chunk->list, &ctx->q->control_chunk_list);
1264 /* Grab the association's destination address list. */
1425 /* Go through a transport's transmitted list or the association's retransmit
1426 * list and move chunks that are acked by the Cumulative TSN Ack to q->sacked.
1427 * The retransmit list will not have an associated transport.
1463 /* Move the chunk to abandoned list. */
1906 * list each stream and sequence number in the forwarded TSN. This
1922 list_add_tail(&ftsn_chunk->list, &q->control_chunk_list);