Searched refs:pending_reply_queue (Results 1 – 4 of 4) sorted by relevance
373 struct sctpchunk_listhead pending_reply_queue; member
2155 * to be) off and put them on a pending_reply_queue. The in sctp_process_a_data_chunk() 2167 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue , chk, sctp_next); in sctp_process_a_data_chunk() 2354 * 3: distribute any chunks in pending_reply_queue. in sctp_sack_check() 2360 chk = TAILQ_FIRST(&asoc->pending_reply_queue); in sctp_sack_check() 2362 TAILQ_REMOVE(&asoc->pending_reply_queue, chk, sctp_next); in sctp_sack_check() 2367 chk = TAILQ_FIRST(&asoc->pending_reply_queue); in sctp_sack_check()
3149 chk = TAILQ_FIRST(&asoc->pending_reply_queue); in sctp_free_assoc()3151 TAILQ_REMOVE(&asoc->pending_reply_queue, chk, sctp_next); in sctp_free_assoc()3163 chk = TAILQ_FIRST(&asoc->pending_reply_queue); in sctp_free_assoc()
744 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()