repo.or.cz
/
wrt350n-kernel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git]
/
include
/
linux
/
netfilter
/
xt_comment.h
blob
eacfedc6b5d07e3899ca8ad88f66ccc0f817cff3
1
#ifndef _XT_COMMENT_H
2
#define _XT_COMMENT_H
3
4
#define XT_MAX_COMMENT_LEN 256
5
6
struct
xt_comment_info
{
7
unsigned char
comment
[
XT_MAX_COMMENT_LEN
];
8
};
9
10
#endif
/* XT_COMMENT_H */