Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_conntrack_ipv4.h
Go to the documentation of this file.
1 /*
2  * IPv4 support for nf_conntrack.
3  *
4  * 23 Mar 2004: Yasuyuki Kozakai @ USAGI <[email protected]>
5  * - move L3 protocol dependent part from include/linux/netfilter_ipv4/
6  * ip_conntarck.h
7  */
8 
9 #ifndef _NF_CONNTRACK_IPV4_H
10 #define _NF_CONNTRACK_IPV4_H
11 
12 
14 
18 
19 extern int nf_conntrack_ipv4_compat_init(void);
20 extern void nf_conntrack_ipv4_compat_fini(void);
21 
22 extern void need_ipv4_conntrack(void);
23 
24 #endif /*_NF_CONNTRACK_IPV4_H*/