Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctputil.c3856 TAILQ_INSERT_AFTER(&stcb->sctp_ep->read_queue, stcb->asoc.control_pdapi, control, next); in sctp_notify_partial_delivery_indication()
3859 TAILQ_INSERT_TAIL(&stcb->sctp_ep->read_queue, control, next); in sctp_notify_partial_delivery_indication()
5147 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) {
5151 TAILQ_REMOVE(&old_inp->read_queue, control, next);
5178 TAILQ_INSERT_TAIL(&new_inp->read_queue, control, next);
5314 TAILQ_REMOVE(&stcb->sctp_ep->read_queue, control, next);
5428 TAILQ_INSERT_TAIL(&inp->read_queue, control, next);
6274 control = TAILQ_FIRST(&inp->read_queue);
6283 control = TAILQ_FIRST(&inp->read_queue);
6322 TAILQ_REMOVE(&inp->read_queue, control, next);
[all …]
Dsctp_pcb.h461 struct sctp_readhead read_queue; member
Dsctp_pcb.c2974 TAILQ_INIT(&inp->read_queue);
4190 TAILQ_FOREACH_SAFE(sq, &inp->read_queue, next, nsq) {
4195 TAILQ_REMOVE(&inp->read_queue, sq, next);
5519 TAILQ_FOREACH(sq, &inp->read_queue, next) {
7834 TAILQ_REMOVE(&stcb->sctp_ep->read_queue, control, next);
7894 TAILQ_REMOVE(&stcb->sctp_ep->read_queue, control, next);
Dsctp_indata.c808 TAILQ_REMOVE(&inp->read_queue, control, next); in sctp_reset_a_control()
5784 TAILQ_FOREACH(control, &stcb->sctp_ep->read_queue, next) {