blob: c241badcd036a3b403e7e15abc7c010d3a546cbd [file] [log] [blame]
Ben Cheng30692c62013-10-15 18:26:18 -07001#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
2#define __LINUX_BRIDGE_EBT_PKTTYPE_H
3
4#include <linux/types.h>
5
6struct ebt_pkttype_info {
7 __u8 pkt_type;
8 __u8 invert;
9};
10#define EBT_PKTTYPE_MATCH "pkttype"
11
12#endif