Lines Matching refs:book_size
7105 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()
11819 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_add_stream_reset_out()
11858 chk->book_size = len + old_len; in sctp_add_stream_reset_in()
11860 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_add_stream_reset_in()
11887 chk->book_size = SCTP_SIZE32(chk->send_size); in sctp_add_stream_reset_tsn()
11915 chk->book_size = len + old_len; in sctp_add_stream_reset_result()
11917 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_add_stream_reset_result()
11952 chk->book_size = sizeof(struct sctp_chunkhdr); in sctp_send_deferred_reset_response()
11953 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_send_deferred_reset_response()
11973 ch->chunk_length = htons(chk->book_size); in sctp_send_deferred_reset_response()
12009 chk->book_size = len + old_len; in sctp_add_stream_reset_result_tsn()
12010 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_add_stream_reset_result_tsn()
12043 chk->book_size = SCTP_SIZE32(chk->send_size); in sctp_add_an_out_stream()
12075 chk->book_size = SCTP_SIZE32(chk->send_size); in sctp_add_an_in_stream()
12104 chk->book_size = sizeof(struct sctp_chunkhdr); in sctp_send_stream_reset_out_if_possible()
12105 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_send_stream_reset_out_if_possible()
12126 ch->chunk_length = htons(chk->book_size); in sctp_send_stream_reset_out_if_possible()
12209 chk->book_size = sizeof(struct sctp_chunkhdr); in sctp_send_str_reset_req()
12210 chk->send_size = SCTP_SIZE32(chk->book_size); in sctp_send_str_reset_req()
12232 ch->chunk_length = htons(chk->book_size); in sctp_send_str_reset_req()