Searched refs:nr_mapping_array (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_indata.c | 300 in_nr = SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 303 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 1779 SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap)) { in sctp_process_a_data_chunk() 1835 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2116 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2172 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2414 val = asoc->nr_mapping_array[slide_from] | asoc->mapping_array[slide_from]; in sctp_slide_mapping_arrays() 2460 memset(asoc->nr_mapping_array, 0, clr); in sctp_slide_mapping_arrays() 2463 if ((asoc->mapping_array[i]) || (asoc->nr_mapping_array[i])) { in sctp_slide_mapping_arrays() 2525 asoc->nr_mapping_array[ii] = asoc->nr_mapping_array[slide_from + ii]; in sctp_slide_mapping_arrays() [all …]
|
H A D | sctputil.c | 1331 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1333 if (asoc->nr_mapping_array == NULL) { in sctp_init_asoc() 1339 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_init_asoc() 1403 if (asoc->nr_mapping_array[limit - 1]) { in sctp_print_mapping_array() 1409 SCTP_PRINTF("%2.2x%c", asoc->nr_mapping_array[i], ((i + 1) % 16) ? ' ' : '\n'); in sctp_print_mapping_array() 1439 memcpy(new_array2, asoc->nr_mapping_array, asoc->mapping_array_size); in sctp_expand_mapping_array() 1441 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_expand_mapping_array() 1443 asoc->nr_mapping_array = new_array2; in sctp_expand_mapping_array()
|
H A D | sctp_structs.h | 953 uint8_t *nr_mapping_array; member
|
H A D | sctp_pcb.c | 4240 if (asoc->nr_mapping_array) { in sctp_aloc_assoc_locked() 4241 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_aloc_assoc_locked() 4242 asoc->nr_mapping_array = NULL; in sctp_aloc_assoc_locked() 4961 if (asoc->nr_mapping_array) { in sctp_free_assoc() 4962 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_free_assoc() 4963 asoc->nr_mapping_array = NULL; in sctp_free_assoc()
|
H A D | sctp_input.c | 1795 if (asoc->nr_mapping_array) { in sctp_process_cookie_existing() 1796 memset(asoc->nr_mapping_array, 0, in sctp_process_cookie_existing() 3564 memset(stcb->asoc.nr_mapping_array, 0, stcb->asoc.mapping_array_size); in sctp_handle_stream_reset_response() 3694 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_handle_str_reset_request_tsn()
|
H A D | sctp_output.c | 10749 tsn_map |= asoc->nr_mapping_array[i]; in sctp_send_sack() 10823 tsn_map = asoc->nr_mapping_array[i]; in sctp_send_sack()
|