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

#include <x_tables.h>

Data Fields

struct netnet
 
const chartable
 
const voidentryinfo
 
struct xt_targettarget
 
voidtarginfo
 
unsigned int hook_mask
 
u_int8_t family
 

Detailed Description

struct xt_tgchk_param - parameters for target extensions' checkentry functions

: the family-specific rule data (struct ipt_entry, ip6t_entry, arpt_entry, ebt_entry)

Other fields see above.

Definition at line 87 of file x_tables.h.

Field Documentation

const void* entryinfo

Definition at line 90 of file x_tables.h.

u_int8_t family

Definition at line 94 of file x_tables.h.

unsigned int hook_mask

Definition at line 93 of file x_tables.h.

Definition at line 88 of file x_tables.h.

Definition at line 89 of file x_tables.h.

struct xt_target* target

Definition at line 91 of file x_tables.h.

void* targinfo

Definition at line 92 of file x_tables.h.


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