[BACK]Return to ebt_pkttype.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / linux / netfilter_bridge

File: [Development] / linux-2.6-xfs / include / linux / netfilter_bridge / ebt_pkttype.h (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 9 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.6.0

#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