summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_sysctl.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-26 09:16:33 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-26 09:16:33 +0000
commit520d26f3510f067751884cbed2119886a87524f2 (patch)
tree554e1e0abe24881cf9e9c67857dda17d3a772d9c /sys/netinet/sctp_sysctl.h
parent713e6f8d0c0acc47cc23d4c2731c1383d85daf33 (diff)
downloadFreeBSD-src-520d26f3510f067751884cbed2119886a87524f2.zip
FreeBSD-src-520d26f3510f067751884cbed2119886a87524f2.tar.gz
Get rid of SCTP specific code to avoid CRC32C computations on loopback.
Just just offloading. MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctp_sysctl.h')
-rw-r--r--sys/netinet/sctp_sysctl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctp_sysctl.h b/sys/netinet/sctp_sysctl.h
index 3850fbe..4f5022b 100644
--- a/sys/netinet/sctp_sysctl.h
+++ b/sys/netinet/sctp_sysctl.h
@@ -47,9 +47,6 @@ struct sctp_sysctl {
uint32_t sctp_ecn_enable;
uint32_t sctp_fr_max_burst_default;
uint32_t sctp_strict_sacks;
-#if !defined(SCTP_WITH_NO_CSUM)
- uint32_t sctp_no_csum_on_loopback;
-#endif
uint32_t sctp_peer_chunk_oh;
uint32_t sctp_max_burst_default;
uint32_t sctp_max_chunks_on_queue;
OpenPOWER on IntegriCloud