root/include/uapi/linux/netfilter/xt_comment.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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 
   7 struct xt_comment_info {
   8         char comment[XT_MAX_COMMENT_LEN];
   9 };
  10 
  11 #endif /* XT_COMMENT_H */

/* [<][>][^][v][top][bottom][index][help] */