cregit-Linux how code gets into the kernel

Release 4.12 include/linux/netfilter/nf_conntrack_sctp.h

#ifndef _NF_CONNTRACK_SCTP_H

#define _NF_CONNTRACK_SCTP_H
/* SCTP tracking. */

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


struct ip_ct_sctp {
	
enum sctp_conntrack state;

	
__be32 vtag[IP_CT_DIR_MAX];
};

#endif /* _NF_CONNTRACK_SCTP_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Marcelo Ricardo Leitner28100.00%1100.00%
Total28100.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.