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

#include <nf_conntrack_helper.h>

Data Fields

struct hlist_node hnode
 
char name [NF_CT_HELPER_NAME_LEN]
 
struct moduleme
 
struct nf_conntrack_expect_policyexpect_policy
 
size_t data_len
 
struct nf_conntrack_tuple tuple
 
int(* help )(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info conntrackinfo)
 
void(* destroy )(struct nf_conn *ct)
 
int(* from_nlattr )(struct nlattr *attr, struct nf_conn *ct)
 
int(* to_nlattr )(struct sk_buff *skb, const struct nf_conn *ct)
 
unsigned int expect_class_max
 
unsigned int flags
 
unsigned int queue_num
 

Detailed Description

Definition at line 25 of file nf_conntrack_helper.h.

Field Documentation

size_t data_len

Definition at line 33 of file nf_conntrack_helper.h.

void(* destroy)(struct nf_conn *ct)

Definition at line 45 of file nf_conntrack_helper.h.

unsigned int expect_class_max

Definition at line 49 of file nf_conntrack_helper.h.

Definition at line 30 of file nf_conntrack_helper.h.

unsigned int flags

Definition at line 51 of file nf_conntrack_helper.h.

int(* from_nlattr)(struct nlattr *attr, struct nf_conn *ct)

Definition at line 47 of file nf_conntrack_helper.h.

int(* help)(struct sk_buff *skb, unsigned int protoff, struct nf_conn *ct, enum ip_conntrack_info conntrackinfo)

Definition at line 40 of file nf_conntrack_helper.h.

Definition at line 26 of file nf_conntrack_helper.h.

Definition at line 29 of file nf_conntrack_helper.h.

Definition at line 28 of file nf_conntrack_helper.h.

unsigned int queue_num

Definition at line 52 of file nf_conntrack_helper.h.

int(* to_nlattr)(struct sk_buff *skb, const struct nf_conn *ct)

Definition at line 48 of file nf_conntrack_helper.h.

Definition at line 36 of file nf_conntrack_helper.h.


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