Add support for the SCTP_LOCAL_TRACE_BUF options.

While there, fix some whitespaces.

MFC after: 1 week
This commit is contained in:
Michael Tuexen 2014-06-10 16:11:20 +00:00
parent 63a3395e5d
commit 00db3c6309
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267329

View File

@ -453,8 +453,9 @@ SCTP_MBCNT_LOGGING opt_sctp.h # Log to KTR mbcnt activity
SCTP_PACKET_LOGGING opt_sctp.h # Log to a packet buffer last N packets
SCTP_LTRACE_CHUNKS opt_sctp.h # Log to KTR chunks processed
SCTP_LTRACE_ERRORS opt_sctp.h # Log to KTR error returns.
SCTP_USE_PERCPU_STAT opt_sctp.h # Use per cpu stats.
SCTP_MCORE_INPUT opt_sctp.h # Have multiple input threads for input mbufs
SCTP_USE_PERCPU_STAT opt_sctp.h # Use per cpu stats.
SCTP_MCORE_INPUT opt_sctp.h # Have multiple input threads for input mbufs
SCTP_LOCAL_TRACE_BUF opt_sctp.h # Use tracebuffer exported via sysctl
#
#
#