Searched refs:random_store (Results 1 – 4 of 4) sorted by relevance
1447 uint8_t random_store[SCTP_PARAM_BUFFER_SIZE]; local1472 if (plen > sizeof(random_store))1475 (struct sctp_paramhdr *)random_store, min(plen, sizeof(random_store)));
383 uint8_t random_store[SCTP_SIGNATURE_ALOC_SIZE]; member
6994 uint8_t random_store[SCTP_PARAM_BUFFER_SIZE]; local7410 if (plen > sizeof(random_store))7417 (struct sctp_paramhdr *)random_store,7418 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()