Searched refs:outqueue (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_ss_functions.c | 126 if (!TAILQ_EMPTY(&strq->outqueue) && in sctp_ss_default_add() 160 if (TAILQ_EMPTY(&strq->outqueue) && in sctp_ss_default_remove() 217 if (TAILQ_FIRST(&strq->outqueue) && in sctp_ss_default_select() 242 sp = TAILQ_FIRST(&strq->outqueue); in sctp_ss_default_scheduled() 291 sp = TAILQ_FIRST(&strq->outqueue); in sctp_ss_default_is_user_msgs_incomplete() 312 if (!TAILQ_EMPTY(&strq->outqueue) && in sctp_ss_rr_add() 376 if (TAILQ_FIRST(&strq->outqueue) && in sctp_ss_rrp_packet_done() 487 if (TAILQ_EMPTY(&strq->outqueue) && in sctp_ss_prio_remove() 667 if (TAILQ_EMPTY(&strq->outqueue) && in sctp_ss_fb_remove() 710 … (net == NULL || (TAILQ_FIRST(&strqt->outqueue) && TAILQ_FIRST(&strqt->outqueue)->net == NULL) || in sctp_ss_fb_select() [all …]
|
| H A D | sctp_timer.c | 458 TAILQ_EMPTY(&asoc->strmout[chk->rec.data.sid].outqueue)) { in sctp_recover_sent_list() 1378 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_audit_stream_queues_for_size() 1379 TAILQ_FOREACH(sp, &stcb->asoc.strmout[i].outqueue, next) { in sctp_audit_stream_queues_for_size()
|
| H A D | sctp_output.c | 3631 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_process_cmsgs_for_init() 6397 TAILQ_INSERT_TAIL(&strm->outqueue, sp, next); in sctp_msg_append() 7150 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue() 7156 sp = TAILQ_FIRST(&strq->outqueue); in sctp_move_to_outqueue() 7196 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue() 7200 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue() 7627 TAILQ_REMOVE(&strq->outqueue, sp, next); in sctp_move_to_outqueue() 7631 TAILQ_EMPTY(&strq->outqueue)) { in sctp_move_to_outqueue() 12162 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req() 12193 TAILQ_INIT(&stcb->asoc.strmout[i].outqueue); in sctp_send_str_reset_req() [all …]
|
| H A D | sctp_structs.h | 606 struct sctp_streamhead outqueue; member
|
| H A D | sctp_input.c | 233 sp = TAILQ_FIRST(&stcb->asoc.strmout[i].outqueue); in sctp_is_there_unsent_data() 254 TAILQ_REMOVE(&stcb->asoc.strmout[i].outqueue, sp, next); in sctp_is_there_unsent_data() 265 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) { in sctp_is_there_unsent_data() 341 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_process_init() 343 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_process_init()
|
| H A D | sctp_indata.c | 3142 TAILQ_EMPTY(&stcb->asoc.strmout[tp1->rec.data.sid].outqueue)) { in sctp_process_segment_range() 4111 TAILQ_EMPTY(&asoc->strmout[tp1->rec.data.sid].outqueue)) { in sctp_express_handle_sack() 4785 TAILQ_EMPTY(&asoc->strmout[tp1->rec.data.sid].outqueue)) { in sctp_handle_sack()
|
| H A D | sctputil.c | 1294 TAILQ_INIT(&asoc->strmout[i].outqueue); in sctp_init_asoc() 4299 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_report_all_outbound() 4301 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_report_all_outbound() 5132 sp = TAILQ_FIRST(&strq->outqueue); in sctp_release_pr_sctp_chunk()
|
| H A D | sctp_pcb.c | 4926 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) { in sctp_free_assoc() 4928 TAILQ_REMOVE(&outs->outqueue, sp, next); in sctp_free_assoc()
|
| H A D | sctp_usrreq.c | 4864 if (!TAILQ_EMPTY(&stcb->asoc.strmout[i].outqueue)) {
|