Searched refs:book_size (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_var.h | 248 if (tp1->whoTo->flight_size >= tp1->book_size) \ 249 tp1->whoTo->flight_size -= tp1->book_size; \ 255 (tp1)->whoTo->flight_size += (tp1)->book_size; \ 264 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \ 270 if (stcb->asoc.total_flight >= tp1->book_size) { \ 271 stcb->asoc.total_flight -= tp1->book_size; \ 285 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \ 291 (stcb)->asoc.total_flight += (tp1)->book_size; \ 298 if (stcb->asoc.total_flight >= tp1->book_size) { \ 299 stcb->asoc.total_flight -= tp1->book_size; \ [all …]
|
| H A D | sctputil.h | 255 if ((asoc)->total_output_queue_size >= tp1->book_size) { \ 256 atomic_subtract_int(&((asoc)->total_output_queue_size), tp1->book_size); \ 262 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) { \ 263 atomic_subtract_int(&((stcb)->sctp_socket->so_snd.sb_cc), tp1->book_size); \
|
| H A D | sctp_indata.c | 3066 tp1->book_size, in sctp_process_segment_range() 3272 tp1->book_size, in sctp_check_for_revoked() 3282 tp1->whoTo->cwnd += tp1->book_size; in sctp_check_for_revoked() 3587 tp1->book_size, in sctp_strike_gap_ack_chunks() 3898 tp1->book_size, in sctp_window_probe_recovery() 3917 tp1->book_size, in sctp_window_probe_recovery() 4035 tp1->book_size, in sctp_express_handle_sack() 4097 tp1->whoTo->cwnd -= tp1->book_size; in sctp_express_handle_sack() 4629 tp1->book_size, in sctp_handle_sack() 4866 tp1->book_size, in sctp_handle_sack() [all …]
|
| H A D | sctp_output.c | 7004 data_list[i]->book_size, in sctp_clean_up_datalist() 9838 data_list[i]->book_size *= 2; in sctp_chunk_retransmission() 9851 data_list[i]->book_size, in sctp_chunk_retransmission() 11705 chk->book_size = len + old_len; in sctp_add_stream_reset_out() 11707 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_add_stream_reset_out() 11746 chk->book_size = len + old_len; in sctp_add_stream_reset_in() 11803 chk->book_size = len + old_len; in sctp_add_stream_reset_result() 11861 ch->chunk_length = htons(chk->book_size); in sctp_send_deferred_reset_response() 11897 chk->book_size = len + old_len; in sctp_add_stream_reset_result_tsn() 12014 ch->chunk_length = htons(chk->book_size); in sctp_send_stream_reset_out_if_possible() [all …]
|
| H A D | sctp_timer.c | 666 chk->whoTo->cwnd -= chk->book_size; in sctp_mark_all_for_resend() 674 chk->book_size, in sctp_mark_all_for_resend() 801 chk->book_size, in sctp_mark_all_for_resend()
|
| H A D | sctputil.c | 676 tot_out += chk->book_size; in sctp_auditing() 743 tot_out += chk->book_size; in sctp_auditing() 4984 tp1->book_size, in sctp_free_bufspace() 4988 if (asoc->total_output_queue_size >= tp1->book_size) { in sctp_free_bufspace() 4989 atomic_add_int(&asoc->total_output_queue_size, -tp1->book_size); in sctp_free_bufspace() 4996 if (stcb->sctp_socket->so_snd.sb_cc >= tp1->book_size) { in sctp_free_bufspace() 4997 stcb->sctp_socket->so_snd.sb_cc -= tp1->book_size; in sctp_free_bufspace() 5038 ret_sz += tp1->book_size; in sctp_release_pr_sctp_chunk() 5096 ret_sz += tp1->book_size; in sctp_release_pr_sctp_chunk() 5108 tp1->book_size = 0; in sctp_release_pr_sctp_chunk()
|
| H A D | sctp_structs.h | 437 uint16_t book_size; member
|
| H A D | sctp_input.c | 3199 tp1->book_size, in process_chunk_drop() 4030 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); in sctp_handle_stream_reset()
|
| H A D | sctp_usrreq.c | 140 chk->book_size, in sctp_pathmtu_adjustment()
|