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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c4086 uint8_t cstore[SCTP_CHUNK_BUFFER_SIZE]; local
4145 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)),
4146 (uint8_t *) & cstore);
4153 if (param_len > sizeof(cstore)) {

Completed in 95 milliseconds