summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_message.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2001-02-01 20:51:23 +0000
committerjulian <julian@FreeBSD.org>2001-02-01 20:51:23 +0000
commit08e1d1e1c1914718d9394deb6fc44672f262ca22 (patch)
tree8137b66c3eed229dba43967b6e0376ecee4b2c74 /sys/netgraph/ng_message.h
parentbc10e2d4b6b1b150785d517ffc32e93982cff8cd (diff)
downloadFreeBSD-src-08e1d1e1c1914718d9394deb6fc44672f262ca22.zip
FreeBSD-src-08e1d1e1c1914718d9394deb6fc44672f262ca22.tar.gz
Clean up reference counting with relation to queued packets and the worklist,
and while I'm there, clean up the worklist insertion and removal. Inspired by: Harti Brandt <brandt@fokus.gmd.de>
Diffstat (limited to 'sys/netgraph/ng_message.h')
-rw-r--r--sys/netgraph/ng_message.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/netgraph/ng_message.h b/sys/netgraph/ng_message.h
index e051f79..7aac041 100644
--- a/sys/netgraph/ng_message.h
+++ b/sys/netgraph/ng_message.h
@@ -144,14 +144,14 @@ struct ng_mesg {
/* Downstream messages */
#define NGM_DROP_LINK 41 /* drop DTR, etc. - stay in the graph */
-#define NGM_RAISE LINK 42 /* if you previously dropped it */
-#define NGM_FLUSH_QUEUE 43 /* no data */
+#define NGM_RAISE_LINK 42 /* if you previously dropped it */
+#define NGM_FLUSH_QUEUE 43 /* no data */
#define NGM_GET_BANDWIDTH (44|NGM_READONLY) /* either real or measured */
-#define NGM_SET_XMIT_Q_LIMITS 45 /* includes queue state */
+#define NGM_SET_XMIT_Q_LIMITS 45 /* includes queue state */
#define NGM_GET_XMIT_Q_LIMITS (46|NGM_READONLY) /* returns queue state */
-#define NGM_MICROMANAGE 47 /* We want sync. queue state
+#define NGM_MICROMANAGE 47 /* We want sync. queue state
reply for each packet sent */
-#define NGM_SET_FLOW_MANAGER 48 /* send flow control here */
+#define NGM_SET_FLOW_MANAGER 48 /* send flow control here */
/* Structure used for NGM_MKPEER */
struct ngm_mkpeer {
char type[NG_TYPELEN + 1]; /* peer type */
OpenPOWER on IntegriCloud