Home
last modified time | relevance | path

Searched refs:chunks_on_queues (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_timer.c452 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_recover_sent_list()
453 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_recover_sent_list()
456 if ((asoc->strmout[chk->rec.data.sid].chunks_on_queues == 0) && in sctp_recover_sent_list()
H A Dsctp_indata.c3133 if (stcb->asoc.strmout[tp1->rec.data.sid].chunks_on_queues > 0) { in sctp_process_segment_range()
3134 stcb->asoc.strmout[tp1->rec.data.sid].chunks_on_queues--; in sctp_process_segment_range()
3140 if ((stcb->asoc.strmout[tp1->rec.data.sid].chunks_on_queues == 0) && in sctp_process_segment_range()
4101 if (asoc->strmout[tp1->rec.data.sid].chunks_on_queues > 0) { in sctp_express_handle_sack()
4102 asoc->strmout[tp1->rec.data.sid].chunks_on_queues--; in sctp_express_handle_sack()
4109 if ((asoc->strmout[tp1->rec.data.sid].chunks_on_queues == 0) && in sctp_express_handle_sack()
4775 if (asoc->strmout[tp1->rec.data.sid].chunks_on_queues > 0) { in sctp_handle_sack()
4776 asoc->strmout[tp1->rec.data.sid].chunks_on_queues--; in sctp_handle_sack()
4783 if ((asoc->strmout[tp1->rec.data.sid].chunks_on_queues == 0) && in sctp_handle_sack()
H A Dsctp_structs.h608 uint32_t chunks_on_queues; /* send queue and sent queue */ member
H A Dsctp_pcb.c4985 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_free_assoc()
4986 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_free_assoc()
5017 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_free_assoc()
5018 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_free_assoc()
5046 if (stcb->asoc.strmout[i].chunks_on_queues > 0) { in sctp_free_assoc()
5047 panic("%u chunks left for stream %u.", stcb->asoc.strmout[i].chunks_on_queues, i); in sctp_free_assoc()
H A Dsctputil.c1296 asoc->strmout[i].chunks_on_queues = 0; in sctp_init_asoc()
4252 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_report_all_outbound()
4253 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_report_all_outbound()
4276 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_report_all_outbound()
4277 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_report_all_outbound()
5175 strq->chunks_on_queues++; in sctp_release_pr_sctp_chunk()
H A Dsctp_output.c3633 stcb->asoc.strmout[i].chunks_on_queues = 0; in sctp_process_cmsgs_for_init()
7199 (strq->chunks_on_queues == 0) && in sctp_move_to_outqueue()
7630 (strq->chunks_on_queues == 0) && in sctp_move_to_outqueue()
7645 strq->chunks_on_queues++; in sctp_move_to_outqueue()
11656 (stcb->asoc.strmout[i].chunks_on_queues == 0) && in sctp_add_stream_reset_out()
11680 (stcb->asoc.strmout[i].chunks_on_queues == 0) && in sctp_add_stream_reset_out()
12169 stcb->asoc.strmout[i].chunks_on_queues = oldstream[i].chunks_on_queues; in sctp_send_str_reset_req()
12194 stcb->asoc.strmout[i].chunks_on_queues = 0; in sctp_send_str_reset_req()
H A Dsctp_input.c318 if (asoc->strmout[chk->rec.data.sid].chunks_on_queues > 0) { in sctp_process_init()
319 asoc->strmout[chk->rec.data.sid].chunks_on_queues--; in sctp_process_init()
1864 stcb->asoc.strmout[i].chunks_on_queues = 0; in sctp_process_cookie_existing()