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

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

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
   2 #ifndef _XT_REALM_H
   3 #define _XT_REALM_H
   4 
   5 #include <linux/types.h>
   6 
   7 struct xt_realm_info {
   8         __u32 id;
   9         __u32 mask;
  10         __u8 invert;
  11 };
  12 
  13 #endif /* _XT_REALM_H */

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