summaryrefslogblamecommitdiffstats
path: root/include/linux/netfilter/nf_conntrack_common.h
blob: 1d1ef4e205121cf8999e5adc195e0fe22ecd599a (plain) (tree)
1
2
3
4
5
6
7
8
9

                              
 
                                                     
 
                          
                           

                             







                                   
                                    

  
                                                            
                          
 
                                   
#ifndef _NF_CONNTRACK_COMMON_H
#define _NF_CONNTRACK_COMMON_H

#include <uapi/linux/netfilter/nf_conntrack_common.h>

struct ip_conntrack_stat {
	unsigned int found;
	unsigned int invalid;
	unsigned int ignore;
	unsigned int insert;
	unsigned int insert_failed;
	unsigned int drop;
	unsigned int early_drop;
	unsigned int error;
	unsigned int expect_new;
	unsigned int expect_create;
	unsigned int expect_delete;
	unsigned int search_restart;
};

/* call to create an explicit dependency on nf_conntrack. */
void need_conntrack(void);

#endif /* _NF_CONNTRACK_COMMON_H */