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 ****************************************************************************
11 ****************************************************************************/
12#ifndef _IPT_DSCP_H
13#define _IPT_DSCP_H
14
15#define IPT_DSCP_MASK 0xfc
16#define IPT_DSCP_SHIFT 2
17#define IPT_DSCP_MAX 0x3f
18
19struct ipt_dscp_info {
20 u_int8_t dscp;
21 u_int8_t invert;
22};
23
24#endif
25