x86/irq, trace: Add __irq_entry annotation to x86's platform IRQ handlers
[GitHub/LineageOS/android_kernel_motorola_exynos9610.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 #endif /* _NETFILTER_NF_LOG_H */