Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_structs.h373 struct sctpchunk_listhead pending_reply_queue; member
H A Dsctp_indata.c2155 * 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()
H A Dsctp_pcb.c3149 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()
H A Dsctputil.c744 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()