Home
last modified time | relevance | path

Searched refs:local_store (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_auth.c1806 uint8_t local_store[SCTP_SMALL_CHUNK_STORE]; in sctp_validate_init_auth_params() local
1809 if (plen > sizeof(local_store)) { in sctp_validate_init_auth_params()
1813 (struct sctp_paramhdr *)&local_store, in sctp_validate_init_auth_params()
Dsctp_pcb.c6470 uint8_t local_store[SCTP_PARAM_BUFFER_SIZE]; in sctp_load_addresses_from_init() local
6473 if (plen > sizeof(local_store)) { in sctp_load_addresses_from_init()
6477 (struct sctp_paramhdr *)&local_store, plen); in sctp_load_addresses_from_init()