aboutsummaryrefslogtreecommitdiff
path: root/xlat/nf_queue_msg_types.h
blob: 7b4f4a435c49e2a52f78d277c05fa6bbc5f8ab91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Generated by ./xlat/gen.sh from ./xlat/nf_queue_msg_types.in; do not edit. */
#if !(defined(NFQNL_MSG_PACKET) || (defined(HAVE_DECL_NFQNL_MSG_PACKET) && HAVE_DECL_NFQNL_MSG_PACKET))
# define NFQNL_MSG_PACKET 0
#endif
#if !(defined(NFQNL_MSG_VERDICT) || (defined(HAVE_DECL_NFQNL_MSG_VERDICT) && HAVE_DECL_NFQNL_MSG_VERDICT))
# define NFQNL_MSG_VERDICT 1
#endif
#if !(defined(NFQNL_MSG_CONFIG) || (defined(HAVE_DECL_NFQNL_MSG_CONFIG) && HAVE_DECL_NFQNL_MSG_CONFIG))
# define NFQNL_MSG_CONFIG 2
#endif
#if !(defined(NFQNL_MSG_VERDICT_BATCH) || (defined(HAVE_DECL_NFQNL_MSG_VERDICT_BATCH) && HAVE_DECL_NFQNL_MSG_VERDICT_BATCH))
# define NFQNL_MSG_VERDICT_BATCH 3
#endif

#ifdef IN_MPERS

# error static const struct xlat nf_queue_msg_types in mpers mode

#else

static
const struct xlat nf_queue_msg_types[] = {
 XLAT(NFQNL_MSG_PACKET),
 XLAT(NFQNL_MSG_VERDICT),
 XLAT(NFQNL_MSG_CONFIG),
 XLAT(NFQNL_MSG_VERDICT_BATCH),
 XLAT_END
};

#endif /* !IN_MPERS */