[BACK]Return to tc_ipt.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / include / net / tc_act

File: [Development] / linux-2.6-xfs / include / net / tc_act / tc_ipt.h (download)

Revision 1.1, Wed Jan 5 14:17:31 2005 UTC (12 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.10.
Merge of 2.6.x-xfs-melb:linux:21010a by kenmcd.

#ifndef __NET_TC_IPT_H
#define __NET_TC_IPT_H

#include <net/act_api.h>

struct ipt_entry_target;

struct tcf_ipt
{
	tca_gen(ipt);
	u32 hook;
	char *tname;
	struct ipt_entry_target *t;
};

#endif