netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
netfilter_bridge.h File Reference
#include <linux/netfilter.h>
#include <linux/if_ether.h>
#include <linux/if_vlan.h>
#include <linux/if_pppox.h>
Include dependency graph for netfilter_bridge.h:
This graph shows which files directly or indirectly include this file:

Macros

#define NF_BR_PRE_ROUTING   0
 
#define NF_BR_LOCAL_IN   1
 
#define NF_BR_FORWARD   2
 
#define NF_BR_LOCAL_OUT   3
 
#define NF_BR_POST_ROUTING   4
 
#define NF_BR_BROUTING   5
 
#define NF_BR_NUMHOOKS   6
 

Macro Definition Documentation

#define NF_BR_BROUTING   5

Referenced by do_command().

#define NF_BR_FORWARD   2
#define NF_BR_LOCAL_IN   1
#define NF_BR_LOCAL_OUT   3
#define NF_BR_NUMHOOKS   6
#define NF_BR_POST_ROUTING   4
#define NF_BR_PRE_ROUTING   0