Linux Kernel
3.7.1
|
#include <uapi/linux/netfilter_bridge.h>
Go to the source code of this file.
Macros | |
#define | nf_bridge_maybe_copy_header(skb) (0) |
#define | nf_bridge_pad(skb) (0) |
#define | br_drop_fake_rtable(skb) do { } while (0) |
Enumerations | |
enum | nf_br_hook_priorities { NF_BR_PRI_FIRST = INT_MIN, NF_BR_PRI_NAT_DST_BRIDGED = -300, NF_BR_PRI_FILTER_BRIDGED = -200, NF_BR_PRI_BRNF = 0, NF_BR_PRI_NAT_DST_OTHER = 100, NF_BR_PRI_FILTER_OTHER = 200, NF_BR_PRI_NAT_SRC = 300, NF_BR_PRI_LAST = INT_MAX } |
#define br_drop_fake_rtable | ( | skb | ) | do { } while (0) |
Definition at line 96 of file netfilter_bridge.h.
#define nf_bridge_maybe_copy_header | ( | skb | ) | (0) |
Definition at line 94 of file netfilter_bridge.h.
#define nf_bridge_pad | ( | skb | ) | (0) |
Definition at line 95 of file netfilter_bridge.h.
NF_BR_PRI_FIRST | |
NF_BR_PRI_NAT_DST_BRIDGED | |
NF_BR_PRI_FILTER_BRIDGED | |
NF_BR_PRI_BRNF | |
NF_BR_PRI_NAT_DST_OTHER | |
NF_BR_PRI_FILTER_OTHER | |
NF_BR_PRI_NAT_SRC | |
NF_BR_PRI_LAST |
Definition at line 7 of file netfilter_bridge.h.