Home
last modified time | relevance | path

Searched refs:book_size (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_var.h245 if (tp1->whoTo->flight_size >= tp1->book_size) \
246 tp1->whoTo->flight_size -= tp1->book_size; \
252 (tp1)->whoTo->flight_size += (tp1)->book_size; \
261 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
267 if (stcb->asoc.total_flight >= tp1->book_size) { \
268 stcb->asoc.total_flight -= tp1->book_size; \
282 stcb->asoc.fslog[stcb->asoc.fs_index].book = tp1->book_size; \
288 (stcb)->asoc.total_flight += (tp1)->book_size; \
295 if (stcb->asoc.total_flight >= tp1->book_size) { \
296 stcb->asoc.total_flight -= tp1->book_size; \
[all …]
H A Dsctp_indata.c3054 tp1->book_size, in sctp_process_segment_range()
3115 tp1->whoTo->cwnd -= tp1->book_size; in sctp_process_segment_range()
3260 tp1->book_size, in sctp_check_for_revoked()
3270 tp1->whoTo->cwnd += tp1->book_size; in sctp_check_for_revoked()
3574 tp1->book_size, in sctp_strike_gap_ack_chunks()
3884 tp1->book_size, in sctp_window_probe_recovery()
3903 tp1->book_size, in sctp_window_probe_recovery()
4021 tp1->book_size, in sctp_express_handle_sack()
4083 tp1->whoTo->cwnd -= tp1->book_size; in sctp_express_handle_sack()
4615 tp1->book_size, in sctp_handle_sack()
[all …]
H A Dsctp_output.c7105 data_list[i]->book_size, in sctp_clean_up_datalist()
7537 chk->book_size = chk->send_size = (uint16_t)(to_move + SCTP_DATA_CHUNK_OVERHEAD(stcb)); in sctp_move_to_outqueue()
7644 if (chk->send_size < SCTP_SIZE32(chk->book_size)) { in sctp_move_to_outqueue()
7649 pads = SCTP_SIZE32(chk->book_size) - chk->send_size; in sctp_move_to_outqueue()
9910 data_list[i]->whoTo->cwnd -= data_list[i]->book_size; in sctp_chunk_retransmission()
9929 atomic_add_int(&((asoc)->total_output_queue_size), data_list[i]->book_size); in sctp_chunk_retransmission()
9930 data_list[i]->book_size *= 2; in sctp_chunk_retransmission()
9943 data_list[i]->book_size, in sctp_chunk_retransmission()
11632 chk->book_size = SCTP_SIZE32((chk->send_size + sizeof(struct sctp_pktdrop_chunk) + in sctp_send_packet_dropped()
11817 chk->book_size = len + old_len; in sctp_add_stream_reset_out()
[all …]
H A Dsctp_timer.c662 chk->whoTo->cwnd -= chk->book_size; in sctp_mark_all_for_resend()
670 chk->book_size, in sctp_mark_all_for_resend()
797 chk->book_size, in sctp_mark_all_for_resend()
H A Dsctputil.c673 tot_out += chk->book_size; in sctp_auditing()
740 tot_out += chk->book_size; in sctp_auditing()
5048 tp1->book_size, in sctp_free_bufspace()
5053 if (asoc->total_output_queue_size >= tp1->book_size) { in sctp_free_bufspace()
5054 atomic_subtract_int(&asoc->total_output_queue_size, tp1->book_size); in sctp_free_bufspace()
5061 SCTP_SB_DECR(&stcb->sctp_socket->so_snd, tp1->book_size); in sctp_free_bufspace()
5099 ret_sz += tp1->book_size; in sctp_release_pr_sctp_chunk()
5157 ret_sz += tp1->book_size; in sctp_release_pr_sctp_chunk()
5169 tp1->book_size = 0; in sctp_release_pr_sctp_chunk()
H A Dsctp_structs.h454 uint16_t book_size; member
H A Dsctp_input.c3158 tp1->book_size, in process_chunk_drop()
3980 chk->book_size = chk->send_size = sizeof(struct sctp_chunkhdr); in sctp_handle_stream_reset()
H A Dsctp_usrreq.c155 chk->book_size, in sctp_pathmtu_adjustment()