Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_indata.c2235 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) { in sctp_process_a_data_chunk()
2237 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
2242 TAILQ_FOREACH_SAFE(lcontrol, &asoc->pending_reply_queue, next, nlcontrol) { in sctp_process_a_data_chunk()
2259 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
2347 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk()
2348 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
2359 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk()
2368 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
H A Dsctp_structs.h884 struct sctp_readhead pending_reply_queue; member
H A Dsctp_pcb.c5028 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { in sctp_free_assoc()
5029 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next); in sctp_free_assoc()
H A Dsctputil.c1140 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()