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_connlabel.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#include <linux/types.h>
2
 
3
#define XT_CONNLABEL_MAXBIT 127
4
enum xt_connlabel_mtopts {
5
        XT_CONNLABEL_OP_INVERT = 1 << 0,
6
        XT_CONNLABEL_OP_SET    = 1 << 1,
7
};
8
 
9
struct xt_connlabel_mtinfo {
10
        __u16 bit;
11
        __u16 options;
12
};

powered by: WebSVN 2.1.0

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