]> Pileus Git - ~andy/linux/blob - include/linux/netfilter_bridge/ebt_pkttype.h
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[~andy/linux] / include / linux / netfilter_bridge / ebt_pkttype.h
1 #ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
2 #define __LINUX_BRIDGE_EBT_PKTTYPE_H
3
4 struct ebt_pkttype_info {
5         uint8_t pkt_type;
6         uint8_t invert;
7 };
8 #define EBT_PKTTYPE_MATCH "pkttype"
9
10 #endif