Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_structs.h373 struct sctpchunk_listhead pending_reply_queue; member
Dsctp_indata.c2167 … TAILQ_INSERT_TAIL(&asoc->pending_reply_queue , chk, sctp_next); in sctp_process_a_data_chunk()
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()
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()
Dsctputil.c744 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()