Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dsctp_indata.c2198 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) { in sctp_process_a_data_chunk()
2200 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
2205 TAILQ_FOREACH_SAFE(lcontrol, &asoc->pending_reply_queue, next, nlcontrol) { in sctp_process_a_data_chunk()
2221 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
2309 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk()
2310 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
2322 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk()
2331 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
H A Dsctp_structs.h873 struct sctp_readhead pending_reply_queue; member
H A Dsctp_input.c1826 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { in sctp_process_cookie_existing()
1827 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next); in sctp_process_cookie_existing()
H A Dsctp_pcb.c4822 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { in sctp_free_assoc()
4823 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next); in sctp_free_assoc()
H A Dsctputil.c1263 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()