summaryrefslogtreecommitdiff
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index 13fdfdbe2c1f..6334d8b42b07 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -39,7 +39,7 @@ $FreeBSD$
struct flowtable;
VNET_DECLARE(struct flowtable *, ip_ft);
-#define V_ip_ft VNET_GET(ip_ft)
+#define V_ip_ft VNET(ip_ft)
struct flowtable *flowtable_alloc(int nentry, int flags);