Searched refs:pending_reply_queue (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 2245 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) { in sctp_process_a_data_chunk() 2247 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2251 TAILQ_FOREACH_SAFE(lcontrol, &asoc->pending_reply_queue, next, nlcontrol) { in sctp_process_a_data_chunk() 2268 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2356 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk() 2357 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2369 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk() 2378 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk()
|
D | sctp_structs.h | 931 struct sctp_readhead pending_reply_queue; member
|
D | sctp_pcb.c | 5727 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { 5728 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next);
|
D | sctputil.c | 1301 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()
|