Searched refs:nr_mapping_array (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_indata.c | 328 in_nr = SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 338 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_mark_non_revokable() 1816 SCTP_IS_TSN_PRESENT(asoc->nr_mapping_array, gap)) { in sctp_process_a_data_chunk() 1872 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2163 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2219 SCTP_SET_TSN_PRESENT(asoc->nr_mapping_array, gap); in sctp_process_a_data_chunk() 2464 val = asoc->nr_mapping_array[slide_from] | asoc->mapping_array[slide_from]; in sctp_slide_mapping_arrays() 2510 memset(asoc->nr_mapping_array, 0, clr); in sctp_slide_mapping_arrays() 2513 if ((asoc->mapping_array[i]) || (asoc->nr_mapping_array[i])) { in sctp_slide_mapping_arrays() 2576 asoc->nr_mapping_array[ii] = asoc->nr_mapping_array[slide_from + ii]; in sctp_slide_mapping_arrays() [all …]
|
D | sctp_structs.h | 1009 uint8_t *nr_mapping_array; member
|
D | sctputil.c | 1367 SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size, in sctp_init_asoc() 1369 if (asoc->nr_mapping_array == NULL) { in sctp_init_asoc() 1375 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size); in sctp_init_asoc() 1438 if (asoc->nr_mapping_array[limit - 1]) { in sctp_print_mapping_array() 1444 SCTP_PRINTF("%2.2x%c", asoc->nr_mapping_array[i], ((i + 1) % 16) ? ' ': '\n'); in sctp_print_mapping_array() 1474 memcpy(new_array2, asoc->nr_mapping_array, asoc->mapping_array_size); in sctp_expand_mapping_array() 1476 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); in sctp_expand_mapping_array() 1478 asoc->nr_mapping_array = new_array2; in sctp_expand_mapping_array()
|
D | sctp_pcb.c | 5128 if (asoc->nr_mapping_array) { 5129 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); 5130 asoc->nr_mapping_array = NULL; 5854 if (asoc->nr_mapping_array) { 5855 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP); 5856 asoc->nr_mapping_array = NULL;
|
D | sctp_input.c | 2055 if (asoc->nr_mapping_array) { in sctp_process_cookie_existing() 2056 memset(asoc->nr_mapping_array, 0, in sctp_process_cookie_existing() 3986 memset(stcb->asoc.nr_mapping_array, 0, stcb->asoc.mapping_array_size); 4118 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size);
|
D | sctp_output.c | 11279 tsn_map |= asoc->nr_mapping_array[i]; 11354 tsn_map = asoc->nr_mapping_array[i];
|