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

#include <conntrack.h>

Data Fields

atomic_t count
 
unsigned int expect_count
 
unsigned int htable_size
 
struct kmem_cachenf_conntrack_cachep
 
struct hlist_nulls_headhash
 
struct hlist_headexpect_hash
 
struct hlist_nulls_head unconfirmed
 
struct hlist_nulls_head dying
 
struct ip_conntrack_stat __percpustat
 
struct nf_ct_event_notifier __rcunf_conntrack_event_cb
 
struct nf_exp_event_notifier
__rcu
nf_expect_event_cb
 
int sysctl_events
 
unsigned int sysctl_events_retry_timeout
 
int sysctl_acct
 
int sysctl_tstamp
 
int sysctl_checksum
 
unsigned int sysctl_log_invalid
 
int sysctl_auto_assign_helper
 
bool auto_assign_helper_warned
 
struct nf_ip_net nf_ct_proto
 
charslabname
 

Detailed Description

Definition at line 65 of file conntrack.h.

Field Documentation

bool auto_assign_helper_warned

Definition at line 84 of file conntrack.h.

atomic_t count

Definition at line 66 of file conntrack.h.

Definition at line 73 of file conntrack.h.

unsigned int expect_count

Definition at line 67 of file conntrack.h.

struct hlist_head* expect_hash

Definition at line 71 of file conntrack.h.

Definition at line 70 of file conntrack.h.

unsigned int htable_size

Definition at line 68 of file conntrack.h.

struct kmem_cache* nf_conntrack_cachep

Definition at line 69 of file conntrack.h.

struct nf_ct_event_notifier __rcu* nf_conntrack_event_cb

Definition at line 75 of file conntrack.h.

struct nf_ip_net nf_ct_proto

Definition at line 85 of file conntrack.h.

struct nf_exp_event_notifier __rcu* nf_expect_event_cb

Definition at line 76 of file conntrack.h.

char* slabname

Definition at line 97 of file conntrack.h.

Definition at line 74 of file conntrack.h.

int sysctl_acct

Definition at line 79 of file conntrack.h.

int sysctl_auto_assign_helper

Definition at line 83 of file conntrack.h.

int sysctl_checksum

Definition at line 81 of file conntrack.h.

int sysctl_events

Definition at line 77 of file conntrack.h.

unsigned int sysctl_events_retry_timeout

Definition at line 78 of file conntrack.h.

unsigned int sysctl_log_invalid

Definition at line 82 of file conntrack.h.

int sysctl_tstamp

Definition at line 80 of file conntrack.h.

struct hlist_nulls_head unconfirmed

Definition at line 72 of file conntrack.h.


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