netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ebtable_nat.c File Reference
#include <stdio.h>
#include "../include/ebtables_u.h"
Include dependency graph for ebtable_nat.c:

Macros

#define NAT_VALID_HOOKS
 

Functions

void _init (void)
 

Macro Definition Documentation

#define NAT_VALID_HOOKS
Value:
((1 << NF_BR_PRE_ROUTING) | (1 << NF_BR_LOCAL_OUT) | \
#define NF_BR_POST_ROUTING
Definition: netfilter_bridge.h:22
#define NF_BR_LOCAL_OUT
Definition: netfilter_bridge.h:20
#define NF_BR_PRE_ROUTING
Definition: netfilter_bridge.h:14

Function Documentation

void _init ( void  )

References ebt_register_table().

Here is the call graph for this function: