GNU Linux-libre 4.9.296-gnu1
[releases.git] / include / uapi / linux / netfilter / nf_log.h
1 #ifndef _NETFILTER_NF_LOG_H
2 #define _NETFILTER_NF_LOG_H
3
4 #define NF_LOG_TCPSEQ           0x01    /* Log TCP sequence numbers */
5 #define NF_LOG_TCPOPT           0x02    /* Log TCP options */
6 #define NF_LOG_IPOPT            0x04    /* Log IP options */
7 #define NF_LOG_UID              0x08    /* Log UID owning local socket */
8 #define NF_LOG_NFLOG            0x10    /* Unsupported, don't reuse */
9 #define NF_LOG_MACDECODE        0x20    /* Decode MAC header */
10 #define NF_LOG_MASK             0x2f
11
12 #define NF_LOG_PREFIXLEN        128
13
14 #endif /* _NETFILTER_NF_LOG_H */