summaryrefslogtreecommitdiff
path: root/platform/sysroot/usr/include/linux/netfilter/xt_rpfilter.h
blob: 1751fa9b715eaf61ffd5a7b8601c14e56d8f7b88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * This file is auto-generated. Modifications will be lost.
 *
 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
 * for more information.
 */
#ifndef _XT_RPATH_H
#define _XT_RPATH_H
#include <linux/types.h>
enum {
  XT_RPFILTER_LOOSE = 1 << 0,
  XT_RPFILTER_VALID_MARK = 1 << 1,
  XT_RPFILTER_ACCEPT_LOCAL = 1 << 2,
  XT_RPFILTER_INVERT = 1 << 3,
};
struct xt_rpfilter_info {
  __u8 flags;
};
#endif