Home | History | Annotate | Download | only in linux
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ***   To edit the content of this header, modify the corresponding
     11  ***   source file (e.g. under external/kernel-headers/original/) then
     12  ***   run bionic/libc/kernel/tools/update_all.py
     13  ***
     14  ***   Any manual change here will be lost the next time this script will
     15  ***   be run. You've been warned!
     16  ***
     17  ****************************************************************************
     18  ****************************************************************************/
     19 #ifndef __LINUX_IP_NETFILTER_H
     20 #define __LINUX_IP_NETFILTER_H
     21 #include <linux/netfilter.h>
     22 #define NFC_IP_SRC 0x0001
     23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     24 #define NFC_IP_DST 0x0002
     25 #define NFC_IP_IF_IN 0x0004
     26 #define NFC_IP_IF_OUT 0x0008
     27 #define NFC_IP_TOS 0x0010
     28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     29 #define NFC_IP_PROTO 0x0020
     30 #define NFC_IP_OPTIONS 0x0040
     31 #define NFC_IP_FRAG 0x0080
     32 #define NFC_IP_TCPFLAGS 0x0100
     33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     34 #define NFC_IP_SRC_PT 0x0200
     35 #define NFC_IP_DST_PT 0x0400
     36 #define NFC_IP_PROTO_UNKNOWN 0x2000
     37 #define NF_IP_PRE_ROUTING 0
     38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     39 #define NF_IP_LOCAL_IN 1
     40 #define NF_IP_FORWARD 2
     41 #define NF_IP_LOCAL_OUT 3
     42 #define NF_IP_POST_ROUTING 4
     43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     44 #define NF_IP_NUMHOOKS 5
     45 enum nf_ip_hook_priorities {
     46  NF_IP_PRI_FIRST = INT_MIN,
     47  NF_IP_PRI_CONNTRACK_DEFRAG = -400,
     48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     49  NF_IP_PRI_RAW = -300,
     50  NF_IP_PRI_SELINUX_FIRST = -225,
     51  NF_IP_PRI_CONNTRACK = -200,
     52  NF_IP_PRI_BRIDGE_SABOTAGE_FORWARD = -175,
     53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     54  NF_IP_PRI_MANGLE = -150,
     55  NF_IP_PRI_NAT_DST = -100,
     56  NF_IP_PRI_BRIDGE_SABOTAGE_LOCAL_OUT = -50,
     57  NF_IP_PRI_FILTER = 0,
     58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     59  NF_IP_PRI_NAT_SRC = 100,
     60  NF_IP_PRI_SELINUX_LAST = 225,
     61  NF_IP_PRI_CONNTRACK_HELPER = INT_MAX - 2,
     62  NF_IP_PRI_NAT_SEQ_ADJUST = INT_MAX - 1,
     63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     64  NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
     65  NF_IP_PRI_LAST = INT_MAX,
     66 };
     67 #define SO_ORIGINAL_DST 80
     68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
     69 #endif
     70