cregit-Linux how code gets into the kernel

Release 4.17 include/linux/netfilter/nf_conntrack_sctp.h

/* SPDX-License-Identifier: GPL-2.0 */
#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 Leitner2896.55%150.00%
Greg Kroah-Hartman13.45%150.00%
Total29100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.