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

Macros

#define FILTER_VALID_HOOKS
 

Functions

void _init (void)
 

Macro Definition Documentation

#define FILTER_VALID_HOOKS
Value:
((1 << NF_BR_LOCAL_IN) | (1 << NF_BR_FORWARD) | \
#define NF_BR_LOCAL_OUT
Definition: netfilter_bridge.h:20
#define NF_BR_FORWARD
Definition: netfilter_bridge.h:18
#define NF_BR_LOCAL_IN
Definition: netfilter_bridge.h:16

Function Documentation

void _init ( void  )

References ebt_register_table().

Here is the call graph for this function: