]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the definition of SCTP's system_base_info into sctp_crc32.c.
authorMark Johnston <markj@FreeBSD.org>
Mon, 22 Jun 2020 14:01:31 +0000 (14:01 +0000)
committerMark Johnston <markj@FreeBSD.org>
Mon, 22 Jun 2020 14:01:31 +0000 (14:01 +0000)
commite6db509d106979c71f862f78ecf4319a3ee5e1e8
tree2af245975c99aebb3f57e07d5a19cbcc05244f3e
parent9f763f0092b21ff5573185931b729b504fc33dde
Move the definition of SCTP's system_base_info into sctp_crc32.c.

This file is the only SCTP source file compiled into the kernel when
SCTP_SUPPORT is configured.  sctp_delayed_checksum() references a couple
of counters defined in system_base_info, so the change allows these
counters to be referenced in a kernel compiled without "options SCTP".

Submitted by: tuexen
MFC with: r362338
sys/netinet/sctp_crc32.c
sys/netinet/sctp_pcb.c