Home
last modified time | relevance | path

Searched refs:SCTP_BLK_LOGGING_ENABLE (Results 1 – 2 of 2) sorted by last modified time

/freebsd/sys/netinet/
H A Dsctp_output.c13119 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_BLK_LOGGING_ENABLE) { in sctp_lower_sosend()
13153 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_BLK_LOGGING_ENABLE) { in sctp_lower_sosend()
13440 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_BLK_LOGGING_ENABLE) { in sctp_lower_sosend()
13481 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_BLK_LOGGING_ENABLE) { in sctp_lower_sosend()
13522 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_BLK_LOGGING_ENABLE) { in sctp_lower_sosend()
13719 if (SCTP_BASE_SYSCTL(sctp_logging_level) & SCTP_BLK_LOGGING_ENABLE) { in sctp_lower_sosend()
H A Dsctp.h618 #define SCTP_BLK_LOGGING_ENABLE 0x00000001 macro