cregit-Linux how code gets into the kernel

Release 4.10 include/linux/netfilter/nf_conntrack_common.h

#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 */

Overall Contributors

PersonTokensPropCommitsCommitProp
yasuyuki kozakaiyasuyuki kozakai5880.56%125.00%
harald welteharald welte79.72%125.00%
jesper dangaard brouerjesper dangaard brouer45.56%125.00%
david howellsdavid howells34.17%125.00%
Total72100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.