Sign in
nest-open-source
/
manifest_repos
/
iptables
/
f0e5b60f468d4f5458181631368b088622b7e075
/
.
/
include
/
linux
/
netfilter
/
xt_comment.h
blob: 0ea5e79f5bd73fade99d020a96b68c55a8c32224 [
file
] [
log
] [
blame
]
#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 */