added proto structs
[ana-net.git] / src / xt_engine.h
bloba0327e7d4c373f3936e9202e171f5dc7129b926f
1 /*
2 * Lightweight Autonomic Network Architecture
4 * Copyright 2011 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,
5 * Swiss federal institute of technology (ETH Zurich)
6 * Subject to the GPL.
7 */
9 #ifndef XT_ENGINE_H
10 #define XT_ENGINE_H
12 #include <linux/skbuff.h>
13 #include "xt_fblock.h"
15 #define PPE_SUCCESS 0
16 #define PPE_DROPPED 1
17 #define PPE_ERROR 2
19 extern int process_packet(struct sk_buff *skb, enum path_type dir);
21 #endif /* XT_ENGINE_H */