Home
last modified time | relevance | path

Searched refs:pending_reply_queue (Results 1 – 4 of 4) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_indata.c2225 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()
Dsctp_structs.h934 struct sctp_readhead pending_reply_queue; member
Dsctp_pcb.c5767 TAILQ_FOREACH_SAFE(sq, &asoc->pending_reply_queue, next, nsq) {
5768 TAILQ_REMOVE(&asoc->pending_reply_queue, sq, next);
Dsctputil.c1309 TAILQ_INIT(&asoc->pending_reply_queue); in sctp_init_asoc()