Searched refs:nr_mapping_array (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/netinet/ |
| HD | sctp_indata.c | 307 in_nr = SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 317 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 1804 SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap)) { in sctp_process_a_data_chunk() 1860 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2155 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2211 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2453 val = asoc->nr_mapping_array[slide_from] | asoc->mapping_array[slide_from]; in sctp_slide_mapping_arrays() 2499 memset(asoc->nr_mapping_array, 0, clr); in sctp_slide_mapping_arrays() 2502 if ((asoc->mapping_array[i]) || (asoc->nr_mapping_array[i])) { in sctp_slide_mapping_arrays() 2565 asoc->nr_mapping_array[ii] = asoc->nr_mapping_array[slide_from + ii]; in sctp_slide_mapping_arrays() [all …]
|
| HD | sctputil.c | 1249 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1251 if (asoc->nr_mapping_array == NULL) { in sctp_init_asoc() 1257 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_init_asoc() 1321 if (asoc->nr_mapping_array[limit - 1]) { in sctp_print_mapping_array() 1327 SCTP_PRINTF("%2.2x%c", asoc->nr_mapping_array[i], ((i + 1) % 16) ? ' ' : '\n'); in sctp_print_mapping_array() 1357 memcpy(new_array2, asoc->nr_mapping_array, asoc->mapping_array_size); in sctp_expand_mapping_array() 1359 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_expand_mapping_array() 1361 asoc->nr_mapping_array = new_array2; in sctp_expand_mapping_array()
|
| HD | sctp_structs.h | 962 uint8_t *nr_mapping_array; member
|
| HD | sctp_pcb.c | 4389 if (asoc->nr_mapping_array) { in sctp_aloc_assoc() 4390 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_aloc_assoc() 4391 asoc->nr_mapping_array = NULL; in sctp_aloc_assoc() 5113 if (asoc->nr_mapping_array) { in sctp_free_assoc() 5114 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_free_assoc() 5115 asoc->nr_mapping_array = NULL; in sctp_free_assoc()
|
| HD | sctp_input.c | 1981 if (asoc->nr_mapping_array) { in sctp_process_cookie_existing() 1982 memset(asoc->nr_mapping_array, 0, in sctp_process_cookie_existing() 3820 memset(stcb->asoc.nr_mapping_array, 0, stcb->asoc.mapping_array_size); in sctp_handle_stream_reset_response() 3952 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_handle_str_reset_request_tsn()
|
| HD | sctp_output.c | 10746 tsn_map |= asoc->nr_mapping_array[i]; in sctp_send_sack() 10821 tsn_map = asoc->nr_mapping_array[i]; in sctp_send_sack()
|