Searched refs:pending_reply_queue (Results 1 – 4 of 4) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 2225 if (TAILQ_EMPTY(&asoc->pending_reply_queue)) { in sctp_process_a_data_chunk() 2227 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2231 TAILQ_FOREACH_SAFE(lcontrol, &asoc->pending_reply_queue, next, nlcontrol) { in sctp_process_a_data_chunk() 2248 TAILQ_INSERT_TAIL(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2336 TAILQ_FOREACH_SAFE(control, &asoc->pending_reply_queue, next, ncontrol) { in sctp_process_a_data_chunk() 2337 TAILQ_REMOVE(&asoc->pending_reply_queue, control, next); in sctp_process_a_data_chunk() 2348 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()
|
D | sctp_structs.h | 934 struct sctp_readhead pending_reply_queue; member
|
D | sctp_pcb.c | 5767 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) { 5768 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next);
|
D | sctputil.c | 1309 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()
|