Home
last modified time | relevance | path

Searched refs:nr_mapping_array (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dsctp_indata.c306 in_nr = SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable()
316 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable()
1802 SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap)) { in sctp_process_a_data_chunk()
1858 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk()
2153 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk()
2209 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk()
2497 memset(asoc->nr_mapping_array, 0, clr); in sctp_slide_mapping_arrays()
2563 asoc->nr_mapping_array[ii] = asoc->nr_mapping_array[slide_from + ii]; in sctp_slide_mapping_arrays()
2568 asoc->nr_mapping_array[ii] = 0; in sctp_slide_mapping_arrays()
5641 !SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, i)) { in sctp_handle_forward_tsn()
[all …]
H A Dsctputil.c1206 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc()
1208 if (asoc->nr_mapping_array == NULL) { in sctp_init_asoc()
1214 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_init_asoc()
1278 if (asoc->nr_mapping_array[limit - 1]) { in sctp_print_mapping_array()
1284 SCTP_PRINTF("%2.2x%c", asoc->nr_mapping_array[i], ((i + 1) % 16) ? ' ' : '\n'); in sctp_print_mapping_array()
1314 memcpy(new_array2, asoc->nr_mapping_array, asoc->mapping_array_size); in sctp_expand_mapping_array()
1316 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_expand_mapping_array()
1318 asoc->nr_mapping_array = new_array2; in sctp_expand_mapping_array()
H A Dsctp_structs.h965 uint8_t *nr_mapping_array; member
H A Dsctp_pcb.c4393 if (asoc->nr_mapping_array) { in sctp_aloc_assoc()
4394 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_aloc_assoc()
4395 asoc->nr_mapping_array = NULL; in sctp_aloc_assoc()
5155 if (asoc->nr_mapping_array) { in sctp_free_assoc()
5156 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_free_assoc()
5157 asoc->nr_mapping_array = NULL; in sctp_free_assoc()
H A Dsctp_input.c1973 if (asoc->nr_mapping_array) { in sctp_process_cookie_existing()
1974 memset(asoc->nr_mapping_array, 0, in sctp_process_cookie_existing()
3806 memset(stcb->asoc.nr_mapping_array, 0, stcb->asoc.mapping_array_size); in sctp_handle_stream_reset_response()
3938 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_handle_str_reset_request_tsn()
H A Dsctp_output.c10747 tsn_map |= asoc->nr_mapping_array[i]; in sctp_send_sack()
10822 tsn_map = asoc->nr_mapping_array[i]; in sctp_send_sack()