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

#include <x_tables.h>

Data Fields

struct list_head list
 
const char name [XT_EXTENSION_MAXNAMELEN]
 
u_int8_t revision
 
unsigned int(* target )(struct sk_buff *skb, const struct xt_action_param *)
 
int(* checkentry )(const struct xt_tgchk_param *)
 
void(* destroy )(const struct xt_tgdtor_param *)
 
struct moduleme
 
const chartable
 
unsigned int targetsize
 
unsigned int hooks
 
unsigned short proto
 
unsigned short family
 

Detailed Description

Definition at line 144 of file x_tables.h.

Field Documentation

int(* checkentry)(const struct xt_tgchk_param *)

Definition at line 160 of file x_tables.h.

Definition at line 163 of file x_tables.h.

unsigned short family

Definition at line 180 of file x_tables.h.

unsigned int hooks

Definition at line 177 of file x_tables.h.

Definition at line 145 of file x_tables.h.

Definition at line 170 of file x_tables.h.

Definition at line 147 of file x_tables.h.

unsigned short proto

Definition at line 178 of file x_tables.h.

Definition at line 148 of file x_tables.h.

Definition at line 172 of file x_tables.h.

unsigned int(* target)(struct sk_buff *skb, const struct xt_action_param *)

Definition at line 153 of file x_tables.h.

unsigned int targetsize

Definition at line 173 of file x_tables.h.


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