Searched refs:pending_reply_queue (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_indata.c | 2235 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 D | sctp_structs.h | 884 struct sctp_readhead pending_reply_queue; member
|
| H A D | sctp_pcb.c | 5028 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 D | sctputil.c | 1140 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()
|