cregit-Linux how code gets into the kernel

Release 4.12 include/linux/netfilter/nf_conntrack_sane.h

#ifndef _NF_CONNTRACK_SANE_H

#define _NF_CONNTRACK_SANE_H
/* SANE tracking. */

#ifdef __KERNEL__


#define SANE_PORT	6566


enum sane_state {
	
SANE_STATE_NORMAL,
	
SANE_STATE_START_REQUESTED,
};

/* This structure exists only once per master */

struct nf_ct_sane_master {
	
enum sane_state state;
};

#endif /* __KERNEL__ */

#endif /* _NF_CONNTRACK_SANE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Michal Schmidt38100.00%1100.00%
Total38100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.