Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nf_conntrack_dccp.h
Go to the documentation of this file.
1 #ifndef _NF_CONNTRACK_DCCP_H
2 #define _NF_CONNTRACK_DCCP_H
3 
4 /* Exposed to userspace over nfnetlink */
17 };
18 #define CT_DCCP_MAX (__CT_DCCP_MAX - 1)
19 
24 };
25 #define CT_DCCP_ROLE_MAX (__CT_DCCP_ROLE_MAX - 1)
26 
27 #ifdef __KERNEL__
29 
30 struct nf_ct_dccp {
33  u_int8_t last_pkt;
34  u_int8_t last_dir;
35  u_int64_t handshake_seq;
36 };
37 
38 #endif /* __KERNEL__ */
39 
40 #endif /* _NF_CONNTRACK_DCCP_H */