aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_bridge/ebt_pkttype.h
blob: 0d64bbb29c66ff9376e2e5ebbe9251d9668e90ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
#define __LINUX_BRIDGE_EBT_PKTTYPE_H

struct ebt_pkttype_info
{
	uint8_t pkt_type;
	uint8_t invert;
};
#define EBT_PKTTYPE_MATCH "pkttype"

#endif