summaryrefslogtreecommitdiff
path: root/include/uapi/linux/netfilter/xt_pkttype.h
blob: c31f29d2e723324cfe50d9169e39a4b624d2ef35 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _XT_PKTTYPE_H
#define _XT_PKTTYPE_H

struct xt_pkttype_info {
	int	pkttype;
	int	invert;
};
#endif /*_XT_PKTTYPE_H*/