Searched refs:highest_tsn_inside_nr_map (Results 1 – 5 of 5) sorted by relevance
307 if (SCTP_TSN_GT(tsn, asoc->highest_tsn_inside_nr_map)) { in sctp_mark_non_revokable()308 asoc->highest_tsn_inside_nr_map = tsn; in sctp_mark_non_revokable()1850 asoc->highest_tsn_inside_nr_map = tsn; in sctp_process_a_data_chunk()2130 asoc->highest_tsn_inside_nr_map = tsn; in sctp_process_a_data_chunk()2186 asoc->highest_tsn_inside_nr_map = tsn; in sctp_process_a_data_chunk()2450 asoc->highest_tsn_inside_nr_map = asoc->cumulative_tsn; in sctp_slide_mapping_arrays()2454 highest_tsn = asoc->highest_tsn_inside_nr_map; in sctp_slide_mapping_arrays()2547 asoc->highest_tsn_inside_nr_map += (slide_from << 3); in sctp_slide_mapping_arrays()2569 highest_tsn = asoc->highest_tsn_inside_nr_map; in sctp_sack_check()2670 highest_tsn = asoc->highest_tsn_inside_nr_map; in sctp_process_data()[all …]
953 uint32_t highest_tsn_inside_nr_map; member
373 asoc->highest_tsn_inside_nr_map = asoc->highest_tsn_inside_map; in sctp_process_init()3611 stcb->asoc.highest_tsn_inside_nr_map = stcb->asoc.highest_tsn_inside_map; in sctp_handle_stream_reset_response()3743 asoc->highest_tsn_inside_nr_map = asoc->highest_tsn_inside_map; in sctp_handle_str_reset_request_tsn()5645 if (SCTP_TSN_GT(stcb->asoc.highest_tsn_inside_nr_map, stcb->asoc.highest_tsn_inside_map)) { in sctp_common_input_processing()5646 highest_tsn = stcb->asoc.highest_tsn_inside_nr_map; in sctp_common_input_processing()
10554 if (SCTP_TSN_GT(asoc->highest_tsn_inside_map, asoc->highest_tsn_inside_nr_map)) { in sctp_send_sack()10557 highest_tsn = asoc->highest_tsn_inside_nr_map; in sctp_send_sack()10717 if (asoc->highest_tsn_inside_nr_map > asoc->mapping_array_base_tsn) { in sctp_send_sack()10718 siz = (((asoc->highest_tsn_inside_nr_map - asoc->mapping_array_base_tsn) + 1) + 7) / 8; in sctp_send_sack()10720 siz = (((MAX_TSN - asoc->mapping_array_base_tsn) + 1) + asoc->highest_tsn_inside_nr_map + 7) / 8; in sctp_send_sack()10728 if (SCTP_TSN_GT(asoc->highest_tsn_inside_nr_map, asoc->cumulative_tsn)) { in sctp_send_sack()
1383 asoc->highest_tsn_inside_nr_map); in sctp_print_mapping_array()