OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [netfilter/] [xt_rpfilter.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef _XT_RPATH_H
2
#define _XT_RPATH_H
3
 
4
#include <linux/types.h>
5
 
6
enum {
7
        XT_RPFILTER_LOOSE = 1 << 0,
8
        XT_RPFILTER_VALID_MARK = 1 << 1,
9
        XT_RPFILTER_ACCEPT_LOCAL = 1 << 2,
10
        XT_RPFILTER_INVERT = 1 << 3,
11
};
12
 
13
struct xt_rpfilter_info {
14
        __u8 flags;
15
};
16
 
17
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.