summaryrefslogtreecommitdiff
path: root/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/netfilter/nf_log.h
blob: 2e5d90e2a97409e43b44ff5eb9ce28b8c3c40489 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _NETFILTER_NF_LOG_H
#define _NETFILTER_NF_LOG_H
#define NF_LOG_TCPSEQ 0x01
#define NF_LOG_TCPOPT 0x02
#define NF_LOG_IPOPT 0x04
#define NF_LOG_UID 0x08
#define NF_LOG_NFLOG 0x10
#define NF_LOG_MACDECODE 0x20
#define NF_LOG_MASK 0x2f
#define NF_LOG_PREFIXLEN 128
#endif