cpp-d1064d
[cross.git] / i686-linux-gnu-4.7 / usr / include / linux / netfilter_bridge / ebt_pkttype.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
3 #define __LINUX_BRIDGE_EBT_PKTTYPE_H
4
5 #include <linux/types.h>
6
7 struct ebt_pkttype_info {
8         __u8 pkt_type;
9         __u8 invert;
10 };
11 #define EBT_PKTTYPE_MATCH "pkttype"
12
13 #endif