Searched refs:pending_reply_queue (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.c | 2210 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) { in sctp_process_a_data_chunk() 2212 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2217 TAILQ_FOREACH_SAFE(lcontrol, &asoc->pending_reply_queue, next, nlcontrol) { in sctp_process_a_data_chunk() 2233 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2321 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk() 2322 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2334 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk() 2343 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
|
| H A D | sctp_structs.h | 872 struct sctp_readhead pending_reply_queue; member
|
| H A D | sctp_input.c | 1883 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { in sctp_process_cookie_existing() 1884 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next); in sctp_process_cookie_existing()
|
| H A D | sctp_pcb.c | 4956 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { in sctp_free_assoc() 4957 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next); in sctp_free_assoc()
|
| H A D | sctputil.c | 1258 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()
|