Home
last modified time | relevance | path

Searched refs:transmitted_queue (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/sctp/
Doutqueue.c57 struct list_head *transmitted_queue,
64 struct list_head *transmitted_queue,
1300 struct list_head *transmitted_queue, in sctp_check_transmitted() argument
1322 while (NULL != (lchunk = sctp_list_dequeue(transmitted_queue))) { in sctp_check_transmitted()
1570 list_splice(&tlist, transmitted_queue); in sctp_check_transmitted()
1575 struct list_head *transmitted_queue, in sctp_mark_missing() argument
1586 list_for_each_entry(chunk, transmitted_queue, transmitted_list) { in sctp_mark_missing()