Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c4006 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE]; in sctp_handle_stream_reset() local
4067 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset()
4068 (uint8_t *)&cstore); in sctp_handle_stream_reset()
4075 if (param_len > sizeof(cstore)) { in sctp_handle_stream_reset()