netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ebt_replace Struct Reference

#include <ebtables.h>

Collaboration diagram for ebt_replace:

Data Fields

char name [EBT_TABLE_MAXNAMELEN]
 
unsigned int valid_hooks
 
unsigned int nentries
 
unsigned int entries_size
 
struct ebt_entrieshook_entry [NF_BR_NUMHOOKS]
 
unsigned int num_counters
 
struct ebt_countercounters
 
char * entries
 

Field Documentation

struct ebt_counter* ebt_replace::counters
char* ebt_replace::entries

Referenced by ebt_deliver_table(), and ebt_get_table().

unsigned int ebt_replace::entries_size

Referenced by ebt_get_table().

struct ebt_entries* ebt_replace::hook_entry[NF_BR_NUMHOOKS]
char ebt_replace::name[EBT_TABLE_MAXNAMELEN]
unsigned int ebt_replace::nentries

Referenced by ebt_get_table().

unsigned int ebt_replace::num_counters
unsigned int ebt_replace::valid_hooks

Referenced by ebt_get_table().


The documentation for this struct was generated from the following file: