summaryrefslogtreecommitdiffstats
path: root/sys/net/if_loop.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-30 20:56:07 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-30 20:56:07 +0000
commitdc64091687e3961e47dd73228c98b19328e0afe2 (patch)
tree167555626a68d277678998a3c3164b02f60735f7 /sys/net/if_loop.c
parent747595cb72e908946de78a06c4d1a00f72b6cea3 (diff)
downloadFreeBSD-src-dc64091687e3961e47dd73228c98b19328e0afe2.zip
FreeBSD-src-dc64091687e3961e47dd73228c98b19328e0afe2.tar.gz
Seperate SCTP checksum offloading for IPv4 and IPv6.
While there: remove some trainling whitespaces. MFC after: 3 days X-MFC with: 236170
Diffstat (limited to 'sys/net/if_loop.c')
-rw-r--r--sys/net/if_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c
index 23eb450..8d371eb 100644
--- a/sys/net/if_loop.c
+++ b/sys/net/if_loop.c
@@ -92,7 +92,7 @@
#endif
#define LO_CSUM_FEATURES (CSUM_IP | CSUM_TCP | CSUM_UDP | CSUM_SCTP)
-#define LO_CSUM_FEATURES6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6 | CSUM_SCTP)
+#define LO_CSUM_FEATURES6 (CSUM_TCP_IPV6 | CSUM_UDP_IPV6 | CSUM_SCTP_IPV6)
#define LO_CSUM_SET (CSUM_DATA_VALID | CSUM_DATA_VALID_IPV6 | \
CSUM_PSEUDO_HDR | \
CSUM_IP_CHECKED | CSUM_IP_VALID | \
OpenPOWER on IntegriCloud