Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xt_comment.h « netfilter « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ea5e79f5bd73fade99d020a96b68c55a8c32224 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _XT_COMMENT_H
#define _XT_COMMENT_H

#define XT_MAX_COMMENT_LEN 256

struct xt_comment_info {
	char comment[XT_MAX_COMMENT_LEN];
};

#endif /* XT_COMMENT_H */