Searched refs:nr_mapping_array (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/sys/netinet/ |
| D | sctp_indata.c | 340 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 1348 SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap)) { in sctp_process_a_data_chunk() 1451 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 1572 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 1621 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 1654 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2019 val = asoc->nr_mapping_array[slide_from] | asoc->mapping_array[slide_from]; in sctp_slide_mapping_arrays() 2067 memset(asoc->nr_mapping_array, 0, clr); in sctp_slide_mapping_arrays() 2070 if ((asoc->mapping_array[i]) || (asoc->nr_mapping_array[i])) { in sctp_slide_mapping_arrays() 2133 asoc->nr_mapping_array[ii] = asoc->nr_mapping_array[slide_from + ii]; in sctp_slide_mapping_arrays() [all …]
|
| D | sctputil.c | 1150 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1152 if (asoc->nr_mapping_array == NULL) { in sctp_init_asoc() 1158 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_init_asoc() 1223 if (asoc->nr_mapping_array[limit - 1]) { in sctp_print_mapping_array() 1229 SCTP_PRINTF("%2.2x%c", asoc->nr_mapping_array[i], ((i + 1) % 16) ? ' ' : '\n'); in sctp_print_mapping_array() 1259 memcpy(new_array2, asoc->nr_mapping_array, asoc->mapping_array_size); in sctp_expand_mapping_array() 1261 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_expand_mapping_array() 1263 asoc->nr_mapping_array = new_array2; in sctp_expand_mapping_array()
|
| D | sctp_structs.h | 949 uint8_t *nr_mapping_array; member
|
| D | sctp_pcb.c | 4400 if (asoc->nr_mapping_array) { in sctp_aloc_assoc() 4401 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_aloc_assoc() 4402 asoc->nr_mapping_array = NULL; in sctp_aloc_assoc() 5125 if (asoc->nr_mapping_array) { in sctp_free_assoc() 5126 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_free_assoc() 5127 asoc->nr_mapping_array = NULL; in sctp_free_assoc()
|
| D | sctp_input.c | 1928 if (asoc->nr_mapping_array) { in sctp_process_cookie_existing() 1929 memset(asoc->nr_mapping_array, 0, in sctp_process_cookie_existing() 3755 memset(stcb->asoc.nr_mapping_array, 0, stcb->asoc.mapping_array_size); in sctp_handle_stream_reset_response() 3887 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_handle_str_reset_request_tsn()
|
| D | sctp_output.c | 10627 tsn_map |= asoc->nr_mapping_array[i]; in sctp_send_sack() 10702 tsn_map = asoc->nr_mapping_array[i]; in sctp_send_sack()
|