aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/netfilter/nf_conntrack_sctp.h
blob: 22a16a23cd8a7e3d6d000ee7249477a3fef11604 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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 */