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

#include <nf_conntrack_expect.h>

Data Fields

struct hlist_node lnode
 
struct hlist_node hnode
 
struct nf_conntrack_tuple tuple
 
struct nf_conntrack_tuple_mask mask
 
void(* expectfn )(struct nf_conn *new, struct nf_conntrack_expect *this)
 
struct nf_conntrack_helperhelper
 
struct nf_connmaster
 
struct timer_list timeout
 
atomic_t use
 
unsigned int flags
 
unsigned int class
 
struct rcu_head rcu
 

Detailed Description

Definition at line 12 of file nf_conntrack_expect.h.

Field Documentation

unsigned int class

Definition at line 43 of file nf_conntrack_expect.h.

void(* expectfn)(struct nf_conn *new, struct nf_conntrack_expect *this)

Definition at line 24 of file nf_conntrack_expect.h.

unsigned int flags

Definition at line 40 of file nf_conntrack_expect.h.

Definition at line 28 of file nf_conntrack_expect.h.

Definition at line 17 of file nf_conntrack_expect.h.

Definition at line 14 of file nf_conntrack_expect.h.

Definition at line 21 of file nf_conntrack_expect.h.

struct nf_conn* master

Definition at line 31 of file nf_conntrack_expect.h.

Definition at line 54 of file nf_conntrack_expect.h.

struct timer_list timeout

Definition at line 34 of file nf_conntrack_expect.h.

Definition at line 20 of file nf_conntrack_expect.h.

atomic_t use

Definition at line 37 of file nf_conntrack_expect.h.


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