Searched refs:random_store (Results 1 – 4 of 4) sorted by relevance
1432 uint8_t random_store[SCTP_PARAM_BUFFER_SIZE]; local1457 if (plen > sizeof(random_store))1460 (struct sctp_paramhdr *)random_store, min(plen, sizeof(random_store)));
383 uint8_t random_store[SCTP_SIGNATURE_ALOC_SIZE]; member
7092 uint8_t random_store[SCTP_PARAM_BUFFER_SIZE]; local7511 if (plen > sizeof(random_store))7518 (struct sctp_paramhdr *)random_store,7519 min(sizeof(random_store),plen));
885 sizeof(m->random_counter), (uint8_t *)m->random_store); in sctp_fill_random_store()921 p = &inp->random_store[store_at]; in sctp_select_initial_TSN()