Lines Matching refs:send_size

804 						if (asoc->size_on_reasm_queue >= tchk->send_size) {  in sctp_handle_old_unordered_data()
805 asoc->size_on_reasm_queue -= tchk->send_size; in sctp_handle_old_unordered_data()
808 …ize_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, tchk->send_size); in sctp_handle_old_unordered_data()
969 chk->send_size = control->length; in sctp_inject_old_unordered_data()
1007 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data()
1026 asoc->size_on_reasm_queue += chk->send_size; in sctp_inject_old_unordered_data()
1297 asoc->size_on_reasm_queue -= chk->send_size; in sctp_add_chk_to_control()
1557 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm()
1588 asoc->size_on_reasm_queue += chk->send_size; in sctp_queue_data_for_reasm()
2162 chk->send_size = the_len; in sctp_process_a_data_chunk()
3065 tp1->whoTo->net_ack += tp1->send_size; in sctp_process_segment_range()
3070 tp1->whoTo->net_ack2 += tp1->send_size; in sctp_process_segment_range()
3589 asoc->peers_rwnd, tp1->send_size, SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); in sctp_strike_gap_ack_chunks()
3592 asoc->peers_rwnd += (tp1->send_size + SCTP_BASE_SYSCTL(sctp_peer_chunk_oh)); in sctp_strike_gap_ack_chunks()
3845 chk->send_size, in sctp_fs_audit()
4033 tp1->whoTo->net_ack += tp1->send_size; in sctp_express_handle_sack()
4040 tp1->send_size; in sctp_express_handle_sack()
4626 tp1->whoTo->net_ack += tp1->send_size; in sctp_handle_sack()
4638 tp1->send_size; in sctp_handle_sack()
5402 if (asoc->size_on_reasm_queue >= chk->send_size) { in sctp_flush_reassm_for_str_seq()
5403 asoc->size_on_reasm_queue -= chk->send_size; in sctp_flush_reassm_for_str_seq()
5406 …size_on_reasm_queue = %u smaller than chunk length %u", asoc->size_on_reasm_queue, chk->send_size); in sctp_flush_reassm_for_str_seq()