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

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
   2 #ifndef _XT_HELPER_H
   3 #define _XT_HELPER_H
   4 
   5 struct xt_helper_info {
   6         int invert;
   7         char name[30];
   8 };
   9 #endif /* _XT_HELPER_H */

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