]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the definition of SCTP's system_base_info into sctp_crc32.c.
authormarkj <markj@FreeBSD.org>
Mon, 22 Jun 2020 14:01:31 +0000 (14:01 +0000)
committermarkj <markj@FreeBSD.org>
Mon, 22 Jun 2020 14:01:31 +0000 (14:01 +0000)
commit2266cfb93a8b3ce3c4409f49c967de996ccee073
tree2af245975c99aebb3f57e07d5a19cbcc05244f3e
parentfc212935b06bfdd75a0ce759cf0c8f573efbeb00
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