Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dsctp_constants.h452 #define SCTP_ASOC_MAX_CHUNKS_ON_QUEUE 512 macro
H A Dsctp_usrreq.c107 unsigned int sctp_max_chunks_on_queue = SCTP_ASOC_MAX_CHUNKS_ON_QUEUE;
147 if (nmbclusters > SCTP_ASOC_MAX_CHUNKS_ON_QUEUE) in sctp_init()