Searched refs:outqueue (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_ss_functions.c | 115 if (!TAILQ_EMPTY(&strq->outqueue) && !strq->ss_params.scheduled) { in sctp_ss_default_add() 142 if (TAILQ_EMPTY(&strq->outqueue) && strq->ss_params.scheduled) { in sctp_ss_default_remove() 205 if (TAILQ_FIRST(&strq->outqueue) && in sctp_ss_default_select() 206 TAILQ_FIRST(&strq->outqueue)->net != NULL && in sctp_ss_default_select() 207 TAILQ_FIRST(&strq->outqueue)->net != net) { in sctp_ss_default_select() 234 sp = TAILQ_FIRST(&strq->outqueue); in sctp_ss_default_scheduled() 291 sp = TAILQ_FIRST(&strq->outqueue); in sctp_ss_default_is_user_msgs_incomplete() 311 if (!TAILQ_EMPTY(&strq->outqueue) && !strq->ss_params.scheduled) { in sctp_ss_rr_add() 379 if (TAILQ_FIRST(&strq->outqueue) && in sctp_ss_rrp_packet_done() 380 TAILQ_FIRST(&strq->outqueue)->net != NULL && in sctp_ss_rrp_packet_done() [all …]
|
H A D | sctp_timer.c | 452 TAILQ_EMPTY(&asoc->strmout[chk->rec.data.sid].outqueue)) { in sctp_recover_sent_list() 1373 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_audit_stream_queues_for_size() 1374 TAILQ_FOREACH(sp, &stcb->asoc.strmout[i].outqueue, next) { in sctp_audit_stream_queues_for_size()
|
H A D | sctp_output.c | 3627 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_process_cmsgs_for_init() 6487 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_msg_append() 7253 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue() 7255 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue() 7286 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue() 7290 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue() 7673 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue() 7677 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue() 7798 TAILQ_FOREACH(sp, &stcb->asoc.strmout[i].outqueue, next) { in sctp_move_chunks_from_net() 11771 TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_add_stream_reset_out() [all …]
|
H A D | sctp_structs.h | 628 struct sctp_streamhead outqueue; member
|
H A D | sctp_input.c | 192 sp = TAILQ_FIRST(&stcb->asoc.strmout[i].outqueue); in sctp_is_there_unsent_data() 213 TAILQ_REMOVE(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_is_there_unsent_data() 224 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_is_there_unsent_data() 300 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_process_init() 302 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_process_init()
|
H A D | sctp_indata.c | 3130 TAILQ_EMPTY(&stcb->asoc.strmout[tp1->rec.data.sid].outqueue)) { in sctp_process_segment_range() 4097 TAILQ_EMPTY(&asoc->strmout[tp1->rec.data.sid].outqueue)) { in sctp_express_handle_sack() 4771 TAILQ_EMPTY(&asoc->strmout[tp1->rec.data.sid].outqueue)) { in sctp_handle_sack()
|
H A D | sctputil.c | 1300 TAILQ_INIT(&asoc->strmout[i].outqueue); in sctp_init_asoc() 4334 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_report_all_outbound() 4336 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_report_all_outbound() 5192 sp = TAILQ_FIRST(&strq->outqueue); in sctp_release_pr_sctp_chunk()
|
H A D | sctp_pcb.c | 4791 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_free_assoc() 4793 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_free_assoc()
|
H A D | sctp_usrreq.c | 4852 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) {
|
/freebsd/sbin/ggate/ggated/ |
H A D | ggated.c | 108 static TAILQ_HEAD(, ggd_request) outqueue = TAILQ_HEAD_INITIALIZER(outqueue); 839 TAILQ_INSERT_TAIL(&outqueue, req, r_next); in disk_thread() 867 while ((req = TAILQ_FIRST(&outqueue)) == NULL) { in send_thread() 872 TAILQ_REMOVE(&outqueue, req, r_next); in send_thread()
|
/freebsd/lib/liblzma/ |
H A D | Makefile | 79 outqueue.c
|