Subversion Repositories shark

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
423 giacomo 1
#ifndef __LINUX_BRIDGE_EBT_PKTTYPE_H
2
#define __LINUX_BRIDGE_EBT_PKTTYPE_H
3
 
4
struct ebt_pkttype_info
5
{
6
        uint8_t pkt_type;
7
        uint8_t invert;
8
};
9
#define EBT_PKTTYPE_MATCH "pkttype"
10
 
11
#endif