summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-12-12 23:31:49 +0000
committerkmacy <kmacy@FreeBSD.org>2007-12-12 23:31:49 +0000
commitfacc60167bbbf9e19b3968e7e98afe0f6af4231a (patch)
tree118cf6549b40eb1a4a05c0ad26fe86380b80cd90 /sys/sys
parent50706577a436f552d3b0cbb86d7664db6d9231f5 (diff)
downloadFreeBSD-src-facc60167bbbf9e19b3968e7e98afe0f6af4231a.zip
FreeBSD-src-facc60167bbbf9e19b3968e7e98afe0f6af4231a.tar.gz
Fix style issues with initial TCP offload commit
Requested by: rwatson Submitted by: rwatson
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index 0952331..f23ee0b 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -118,8 +118,8 @@ typedef __uid_t uid_t;
#define SO_ACCEPTFILTER 0x1000 /* there is an accept filter */
#define SO_BINTIME 0x2000 /* timestamp received dgram traffic */
#endif
-#define SO_NOOFFLOAD 0x4000 /* socket cannot be offloaded */
-#define SO_NO_DDP 0x8000 /* disable direct data placement */
+#define SO_NO_OFFLOAD 0x4000 /* socket cannot be offloaded */
+#define SO_NO_DDP 0x8000 /* disable direct data placement */
/*
* Additional options, not kept in so_options.
OpenPOWER on IntegriCloud