Linux Kernel
3.7.1
|
#include <ip6_tables.h>
Data Fields | |
char | name [XT_TABLE_MAXNAMELEN] |
unsigned int | valid_hooks |
unsigned int | num_entries |
unsigned int | size |
unsigned int | hook_entry [NF_INET_NUMHOOKS] |
unsigned int | underflow [NF_INET_NUMHOOKS] |
unsigned int | num_counters |
struct xt_counters __user * | counters |
struct ip6t_entry | entries [0] |
Definition at line 213 of file ip6_tables.h.
struct xt_counters __user* counters |
Definition at line 237 of file ip6_tables.h.
struct ip6t_entry entries[0] |
Definition at line 240 of file ip6_tables.h.
unsigned int hook_entry[NF_INET_NUMHOOKS] |
Definition at line 228 of file ip6_tables.h.
char name[XT_TABLE_MAXNAMELEN] |
Definition at line 215 of file ip6_tables.h.
unsigned int num_counters |
Definition at line 235 of file ip6_tables.h.
unsigned int num_entries |
Definition at line 222 of file ip6_tables.h.
unsigned int size |
Definition at line 225 of file ip6_tables.h.
unsigned int underflow[NF_INET_NUMHOOKS] |
Definition at line 231 of file ip6_tables.h.
unsigned int valid_hooks |
Definition at line 219 of file ip6_tables.h.