Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xt_table_info Struct Reference

#include <x_tables.h>

Data Fields

unsigned int size
 
unsigned int number
 
unsigned int initial_entries
 
unsigned int hook_entry [NF_INET_NUMHOOKS]
 
unsigned int underflow [NF_INET_NUMHOOKS]
 
unsigned int stacksize
 
unsigned int __percpustackptr
 
void *** jumpstack
 
voidentries [1]
 

Detailed Description

Definition at line 206 of file x_tables.h.

Field Documentation

void* entries[1]

Definition at line 227 of file x_tables.h.

unsigned int hook_entry[NF_INET_NUMHOOKS]

Definition at line 215 of file x_tables.h.

unsigned int initial_entries

Definition at line 212 of file x_tables.h.

void*** jumpstack

Definition at line 224 of file x_tables.h.

unsigned int number

Definition at line 210 of file x_tables.h.

unsigned int size

Definition at line 208 of file x_tables.h.

unsigned int __percpu* stackptr

Definition at line 223 of file x_tables.h.

unsigned int stacksize

Definition at line 222 of file x_tables.h.

unsigned int underflow[NF_INET_NUMHOOKS]

Definition at line 216 of file x_tables.h.


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