Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDsctp_indata.c1821 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) { in sctp_process_a_data_chunk()
1823 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
1829 TAILQ_FOREACH_SAFE(ctlOn, &asoc->pending_reply_queue, next, nctlOn) { in sctp_process_a_data_chunk()
1845 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
1913 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) { in sctp_process_a_data_chunk()
1914 TAILQ_REMOVE(&asoc->pending_reply_queue, ctl, next); in sctp_process_a_data_chunk()
1921 TAILQ_FOREACH_SAFE(ctl, &asoc->pending_reply_queue, next, nctl) { in sctp_process_a_data_chunk()
1930 TAILQ_REMOVE(&asoc->pending_reply_queue, ctl, next); in sctp_process_a_data_chunk()
HDsctp_structs.h869 struct sctp_readhead pending_reply_queue; member
HDsctp_pcb.c4949 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { in sctp_free_assoc()
4950 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next); in sctp_free_assoc()
HDsctputil.c1085 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()