aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/mbuf.h
diff options
context:
space:
mode:
authorPatrick Kelsey <pkelsey@FreeBSD.org>2017-04-08 04:41:46 +0000
committerPatrick Kelsey <pkelsey@FreeBSD.org>2017-04-08 04:41:46 +0000
commit7628fd798a5d9d77eef35ab86f66831f807da3f4 (patch)
treeb3edbeff774d7613c73d82f16b6f5f8a493dc77c /sys/sys/mbuf.h
parent68ce5a03a223eecb0b5d76809a9297d03f0cb53f (diff)
downloadsrc-7628fd798a5d9d77eef35ab86f66831f807da3f4.tar.gz
src-7628fd798a5d9d77eef35ab86f66831f807da3f4.zip
Notes
Diffstat (limited to 'sys/sys/mbuf.h')
-rw-r--r--sys/sys/mbuf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 0dce057c3e66..817153d7698c 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -484,7 +484,7 @@ void sf_ext_free_nocache(void *, void *);
#define CSUM_L4_VALID 0x08000000 /* checksum is correct */
#define CSUM_L5_CALC 0x10000000 /* calculated layer 5 csum */
#define CSUM_L5_VALID 0x20000000 /* checksum is correct */
-#define CSUM_COALESED 0x40000000 /* contains merged segments */
+#define CSUM_COALESCED 0x40000000 /* contains merged segments */
/*
* CSUM flag description for use with printf(9) %b identifier.
@@ -495,7 +495,7 @@ void sf_ext_free_nocache(void *, void *);
"\12CSUM_IP6_UDP\13CSUM_IP6_TCP\14CSUM_IP6_SCTP\15CSUM_IP6_TSO" \
"\16CSUM_IP6_ISCSI" \
"\31CSUM_L3_CALC\32CSUM_L3_VALID\33CSUM_L4_CALC\34CSUM_L4_VALID" \
- "\35CSUM_L5_CALC\36CSUM_L5_VALID\37CSUM_COALESED"
+ "\35CSUM_L5_CALC\36CSUM_L5_VALID\37CSUM_COALESCED"
/* CSUM flags compatibility mappings. */
#define CSUM_IP_CHECKED CSUM_L3_CALC