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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef _XT_QUOTA_H
2
#define _XT_QUOTA_H
3
 
4
#include <linux/types.h>
5
 
6
enum xt_quota_flags {
7
        XT_QUOTA_INVERT         = 0x1,
8
};
9
#define XT_QUOTA_MASK           0x1
10
 
11
struct xt_quota_priv;
12
 
13
struct xt_quota_info {
14
        __u32 flags;
15
        __u32 pad;
16
        __aligned_u64 quota;
17
 
18
        /* Used internally by the kernel */
19
        struct xt_quota_priv    *master;
20
};
21
 
22
#endif /* _XT_QUOTA_H */

powered by: WebSVN 2.1.0

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