Linux Kernel
3.7.1
|
#include <arp_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_ARP_NUMHOOKS] |
unsigned int | underflow [NF_ARP_NUMHOOKS] |
unsigned int | num_counters |
struct xt_counters __user * | counters |
struct arpt_entry | entries [0] |
Definition at line 155 of file arp_tables.h.
struct xt_counters __user* counters |
Definition at line 179 of file arp_tables.h.
struct arpt_entry entries[0] |
Definition at line 182 of file arp_tables.h.
unsigned int hook_entry[NF_ARP_NUMHOOKS] |
Definition at line 170 of file arp_tables.h.
char name[XT_TABLE_MAXNAMELEN] |
Definition at line 157 of file arp_tables.h.
unsigned int num_counters |
Definition at line 177 of file arp_tables.h.
unsigned int num_entries |
Definition at line 164 of file arp_tables.h.
unsigned int size |
Definition at line 167 of file arp_tables.h.
unsigned int underflow[NF_ARP_NUMHOOKS] |
Definition at line 173 of file arp_tables.h.
unsigned int valid_hooks |
Definition at line 161 of file arp_tables.h.