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

#include <x_tables.h>

Data Fields

struct list_head list
 
const char name [XT_EXTENSION_MAXNAMELEN]
 
u_int8_t revision
 
bool(* match )(const struct sk_buff *skb, struct xt_action_param *)
 
int(* checkentry )(const struct xt_mtchk_param *)
 
void(* destroy )(const struct xt_mtdtor_param *)
 
struct moduleme
 
const chartable
 
unsigned int matchsize
 
unsigned int hooks
 
unsigned short proto
 
unsigned short family
 

Detailed Description

Definition at line 105 of file x_tables.h.

Field Documentation

int(* checkentry)(const struct xt_mtchk_param *)

Definition at line 120 of file x_tables.h.

Definition at line 123 of file x_tables.h.

unsigned short family

Definition at line 140 of file x_tables.h.

unsigned int hooks

Definition at line 137 of file x_tables.h.

Definition at line 106 of file x_tables.h.

Definition at line 116 of file x_tables.h.

unsigned int matchsize

Definition at line 133 of file x_tables.h.

Definition at line 130 of file x_tables.h.

Definition at line 108 of file x_tables.h.

unsigned short proto

Definition at line 138 of file x_tables.h.

Definition at line 109 of file x_tables.h.

Definition at line 132 of file x_tables.h.


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