cregit-Linux how code gets into the kernel

Release 4.17 include/linux/netfilter/nf_conntrack_common.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Kozakai5879.45%120.00%
Harald Welte79.59%120.00%
Jesper Dangaard Brouer45.48%120.00%
David Howells34.11%120.00%
Greg Kroah-Hartman11.37%120.00%
Total73100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.