Searched refs:pending_reply_queue (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_indata.c | 2198 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 D | sctp_structs.h | 873 struct sctp_readhead pending_reply_queue; member
|
| H A D | sctp_input.c | 1826 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 D | sctp_pcb.c | 4822 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 D | sctputil.c | 1263 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()
|