#include <linux/netfilter.h>
#include <linux/if_ether.h>
#include <linux/if_vlan.h>
#include <linux/if_pppox.h>
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 |
#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 |
Referenced by do_command(), ebt_check_for_loops(), ebt_delete_chain(), and ebt_get_table().
#define NF_BR_POST_ROUTING 4 |
#define NF_BR_PRE_ROUTING 0 |