https://github.com/torvalds/linux
Raw File
Tip revision: 3561d43fd289f590fdae672e5eb831b8d5cf0bf6 authored by Linus Torvalds on 21 November 2010, 23:18:56 UTC
Linux 2.6.37-rc3
Tip revision: 3561d43
ebt_pkttype.h
#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
back to top