cregit-Linux how code gets into the kernel

Release 4.12 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 Kozakai5880.56%125.00%
Harald Welte79.72%125.00%
Jesper Dangaard Brouer45.56%125.00%
David 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.
Created with cregit.