summaryrefslogtreecommitdiffstats
path: root/sys/net/flowtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/flowtable.h')
-rw-r--r--sys/net/flowtable.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys/net/flowtable.h b/sys/net/flowtable.h
index bc62a04..a47665b 100644
--- a/sys/net/flowtable.h
+++ b/sys/net/flowtable.h
@@ -41,7 +41,6 @@ struct flowtable;
extern struct flowtable *ip_ft;
extern struct flowtable *ip_forward_ft;
-#ifdef FLOWTABLE
struct flowtable *flowtable_alloc(int nentry, int flags);
/*
@@ -52,22 +51,6 @@ struct flowtable *flowtable_alloc(int nentry, int flags);
int flowtable_lookup(struct flowtable *ft, struct mbuf *m,
struct route *ro);
-#else
-static __inline struct flowtable *
-flowtable_alloc(int nentry, int flags)
-{
-
- return (NULL);
-}
-
-static __inline int
-flowtable_lookup(struct flowtable *ft, struct mbuf *m,
- struct route *ro)
-{
-
- return (ENOTSUP);
-}
-#endif
#endif
#endif
OpenPOWER on IntegriCloud