[BACK]Return to ebt_mark_t.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_mark_t.h (download)

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

Initial Import 2.6.0

#ifndef __LINUX_BRIDGE_EBT_MARK_T_H
#define __LINUX_BRIDGE_EBT_MARK_T_H

struct ebt_mark_t_info
{
	unsigned long mark;
	/* EBT_ACCEPT, EBT_DROP, EBT_CONTINUE or EBT_RETURN */
	int target;
};
#define EBT_MARK_TARGET "mark"

#endif