Home
last modified time | relevance | path

Searched refs:sctp_blackhole (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_sysctl.h114 uint32_t sctp_blackhole; member
H A Dsctp_sysctl.c118 SCTP_BASE_SYSCTL(sctp_blackhole) = SCTPCTL_BLACKHOLE_DEFAULT; in sctp_init_sysctls()
984 SCTP_UINT_SYSCTL(blackhole, sctp_blackhole, SCTPCTL_BLACKHOLE);
H A Dsctp_input.c140 if (SCTP_BASE_SYSCTL(sctp_blackhole) == 0) { in sctp_handle_init()
5432 if ((SCTP_BASE_SYSCTL(sctp_blackhole) == 0) || in sctp_common_input_processing()
5433 ((SCTP_BASE_SYSCTL(sctp_blackhole) == 1) && in sctp_common_input_processing()
H A Dsctputil.c4598 if ((SCTP_BASE_SYSCTL(sctp_blackhole) == 0) || in sctp_handle_ootb()
4599 ((SCTP_BASE_SYSCTL(sctp_blackhole) == 1) && in sctp_handle_ootb()