summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_tos.h
blob: a21f5df23c50486db0fa7f6bf0a0d7d499746e52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _IPT_TOS_H
#define _IPT_TOS_H

struct ipt_tos_info {
    u_int8_t tos;
    u_int8_t invert;
};

#ifndef IPTOS_NORMALSVC
#define IPTOS_NORMALSVC 0
#endif

#endif /*_IPT_TOS_H*/