Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
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]
 

Detailed Description

Definition at line 10 of file x_tables.h.

Field Documentation

unsigned char data[0]

Definition at line 30 of file x_tables.h.

struct { ... } kernel
struct xt_match* match

Definition at line 23 of file x_tables.h.

__u16 match_size

Definition at line 13 of file x_tables.h.

Definition at line 16 of file x_tables.h.

Definition at line 17 of file x_tables.h.

union { ... } u
struct { ... } user

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