Warning: This file is not a C or C++ file. It does not have highlighting.

1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2#ifndef _XT_COMMENT_H
3#define _XT_COMMENT_H
4
5#define XT_MAX_COMMENT_LEN 256
6
7struct xt_comment_info {
8 char comment[XT_MAX_COMMENT_LEN];
9};
10
11#endif /* XT_COMMENT_H */
12

Warning: This file is not a C or C++ file. It does not have highlighting.

source code of linux/include/uapi/linux/netfilter/xt_comment.h