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

#include <x_tables.h>

Data Fields

union {
   struct {
      __u16   match_size
 
      char   name [XT_EXTENSION_MAXNAMELEN]
 
      __u8   revision
 
   }   user
 
   struct {
      __u16   match_size
 
      struct xt_match *   match
 
   }   kernel
 
   __u16   match_size
 
u
 
unsigned char data [0]
 

Field Documentation

unsigned char xt_entry_match::data[0]
struct { ... } xt_entry_match::kernel
struct xt_match* xt_entry_match::match
__u16 xt_entry_match::match_size

Referenced by command_default().

char xt_entry_match::name[XT_EXTENSION_MAXNAMELEN]
__u8 xt_entry_match::revision
union { ... } xt_entry_match::u

Referenced by command_default().

struct { ... } xt_entry_match::user

Referenced by command_default().


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