summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_CLASSIFY.h
blob: 7596e3dd00cad645966f7cb289cc8e3bc5d41f01 (plain)
1
2
3
4
5
6
7
8
#ifndef _IPT_CLASSIFY_H
#define _IPT_CLASSIFY_H

struct ipt_classify_target_info {
	u_int32_t priority;
};

#endif /*_IPT_CLASSIFY_H */