netfilter_bridge.h
01: #ifndef __LINUX_BRIDGE_NETFILTER_H
02: #define __LINUX_BRIDGE_NETFILTER_H
03:
04:
05:
06:
07: #include <linux/netfilter.h>
08: #include <linux/if_ether.h>
09: #include <linux/if_vlan.h>
10: #include <linux/if_pppox.h>
11:
12:
13:
14: #define NF_BR_PRE_ROUTING 0
15:
16: #define NF_BR_LOCAL_IN 1
17:
18: #define NF_BR_FORWARD 2
19:
20: #define NF_BR_LOCAL_OUT 3
21:
22: #define NF_BR_POST_ROUTING 4
23:
24: #define NF_BR_BROUTING 5
25: #define NF_BR_NUMHOOKS 6
26:
27: #endif
28:
© Andrew Scott 2006 -
2025,
All Rights Reserved