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

#include <x_tables.h>

Data Fields

union {
   struct {
      __u16   target_size
 
      char   name [XT_EXTENSION_MAXNAMELEN]
 
      __u8   revision
 
   }   user
 
   struct {
      __u16   target_size
 
      struct xt_target *   target
 
   }   kernel
 
   __u16   target_size
 
u
 
unsigned char data [0]
 

Detailed Description

Definition at line 33 of file x_tables.h.

Field Documentation

unsigned char data[0]

Definition at line 53 of file x_tables.h.

struct { ... } kernel

Definition at line 39 of file x_tables.h.

Definition at line 40 of file x_tables.h.

struct xt_target* target

Definition at line 46 of file x_tables.h.

__u16 target_size

Definition at line 36 of file x_tables.h.

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

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