summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_comment.h
blob: 85c1123c29ce1e026fc74961454ce1a5e0497fe9 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _IPT_COMMENT_H
#define _IPT_COMMENT_H

#define IPT_MAX_COMMENT_LEN 256

struct ipt_comment_info {
	unsigned char comment[IPT_MAX_COMMENT_LEN];
};

#endif /* _IPT_COMMENT_H */