Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_conntrack_common.h
Go to the documentation of this file.
1 #ifndef _NF_CONNTRACK_COMMON_H
2 #define _NF_CONNTRACK_COMMON_H
3 
5 
7  unsigned int searched;
8  unsigned int found;
9  unsigned int new;
10  unsigned int invalid;
11  unsigned int ignore;
12  unsigned int delete;
13  unsigned int delete_list;
14  unsigned int insert;
15  unsigned int insert_failed;
16  unsigned int drop;
17  unsigned int early_drop;
18  unsigned int error;
19  unsigned int expect_new;
20  unsigned int expect_create;
21  unsigned int expect_delete;
22  unsigned int search_restart;
23 };
24 
25 /* call to create an explicit dependency on nf_conntrack. */
26 extern void need_conntrack(void);
27 
28 #endif /* _NF_CONNTRACK_COMMON_H */