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

#ifndef IPTOS_NORMALSVC
#define IPTOS_NORMALSVC 0
#endif

struct ipt_tos_target_info {
	u_int8_t tos;
};

#endif /*_IPT_TOS_H_target*/