Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_constants.h555 #define SCTP_RETRY_DROPPED_THRESH 4 macro
H A Dsctp_input.c3212 if (stcb->asoc.dropped_special_cnt < SCTP_RETRY_DROPPED_THRESH) { in process_chunk_drop()