Searched refs:read_queue (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_pcb.h | 368 struct sctp_readhead read_queue; member
|
| H A D | sctputil.c | 3702 TAILQ_INSERT_AFTER(&stcb->sctp_ep->read_queue, stcb->asoc.control_pdapi, control, next); in sctp_notify_partial_delivery_indication() 3705 TAILQ_INSERT_TAIL(&stcb->sctp_ep->read_queue, control, next); in sctp_notify_partial_delivery_indication() 4766 TAILQ_FOREACH_SAFE(control, &old_inp->read_queue, next, nctl) { in sctp_pull_off_control_to_new_inp() 4770 TAILQ_REMOVE(&old_inp->read_queue, control, next); in sctp_pull_off_control_to_new_inp() 4792 TAILQ_INSERT_TAIL(&new_inp->read_queue, control, next); in sctp_pull_off_control_to_new_inp() 4909 TAILQ_INSERT_TAIL(&inp->read_queue, control, next); in sctp_add_to_readq() 5628 control = TAILQ_FIRST(&inp->read_queue); in sctp_sorecvmsg() 5638 control = TAILQ_FIRST(&inp->read_queue); in sctp_sorecvmsg() 5679 TAILQ_REMOVE(&inp->read_queue, control, next); in sctp_sorecvmsg() 5700 TAILQ_REMOVE(&inp->read_queue, control, next); in sctp_sorecvmsg() [all …]
|
| H A D | sctp_pcb.c | 2516 TAILQ_INIT(&inp->read_queue); in sctp_inpcb_alloc() 3596 TAILQ_FOREACH_SAFE(sq, &inp->read_queue, next, nsq) { in sctp_inpcb_free() 3601 TAILQ_REMOVE(&inp->read_queue, sq, next); in sctp_inpcb_free() 4747 TAILQ_FOREACH(sq, &inp->read_queue, next) { in sctp_free_assoc() 6818 TAILQ_REMOVE(&stcb->sctp_ep->read_queue, control, next); in sctp_drain_mbufs() 6878 TAILQ_REMOVE(&stcb->sctp_ep->read_queue, control, next); in sctp_drain_mbufs()
|
| H A D | sctp_indata.c | 762 TAILQ_REMOVE(&inp->read_queue, control, next); in sctp_reset_a_control() 5675 TAILQ_FOREACH(control, &stcb->sctp_ep->read_queue, next) { in sctp_handle_forward_tsn()
|