svn commit: r243222 - user/andre/tcp_workqueue/sys/netinet

Andre Oppermann andre at FreeBSD.org
Sun Nov 18 12:41:35 UTC 2012


Author: andre
Date: Sun Nov 18 12:41:35 2012
New Revision: 243222
URL: http://svnweb.freebsd.org/changeset/base/243222

Log:
  Better description of protocol family specific mbuf flag overlay
  section.

Modified:
  user/andre/tcp_workqueue/sys/netinet/ip_var.h

Modified: user/andre/tcp_workqueue/sys/netinet/ip_var.h
==============================================================================
--- user/andre/tcp_workqueue/sys/netinet/ip_var.h	Sun Nov 18 12:40:23 2012	(r243221)
+++ user/andre/tcp_workqueue/sys/netinet/ip_var.h	Sun Nov 18 12:41:35 2012	(r243222)
@@ -160,7 +160,7 @@ void	kmod_ipstat_dec(int statnum);
 #define IP_ALLOWBROADCAST	SO_BROADCAST	/* 0x20 can send broadcast packets */
 
 /*
- * mbuf flag used by ip_fastfwd
+ * Protocol family specific mbuf flag overlays.
  */
 #define	M_FASTFWD_OURS		M_PROTO1	/* changed dst to local */
 #define	M_IP_NEXTHOP		M_PROTO2	/* explicit ip nexthop */


More information about the svn-src-user mailing list