Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dsctp_constants.h428 #define SCTP_RETRY_DROPPED_THRESH 4 macro
Dsctp_input.c2519 if (stcb->asoc.dropped_special_cnt < SCTP_RETRY_DROPPED_THRESH) { in process_chunk_drop()