Home | History | Annotate | Download | only in netinet

Lines Matching refs:nr_mapping_array

1152 	SCTP_MALLOC(asoc->nr_mapping_array, uint8_t *, asoc->mapping_array_size,
1154 if (asoc->nr_mapping_array == NULL) {
1160 memset(asoc->nr_mapping_array, 0, asoc->mapping_array_size);
1220 if (asoc->nr_mapping_array[limit - 1]) {
1226 SCTP_PRINTF("%2.2x%c", asoc->nr_mapping_array[i], ((i + 1) % 16) ? ' ': '\n');
1256 memcpy(new_array2, asoc->nr_mapping_array, asoc->mapping_array_size);
1258 SCTP_FREE(asoc->nr_mapping_array, SCTP_M_MAP);
1260 asoc->nr_mapping_array = new_array2;