[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.2, Mon May 29 16:35:25 2006 UTC (11 years, 4 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +2 -2 lines

Merge up to 2.6.17-rc5.
Merge of 2.6.x-xfs-melb:linux:26065a by kenmcd.

#ifndef __NET_TC_IPT_H
#define __NET_TC_IPT_H

#include <net/act_api.h>

struct xt_entry_target;

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

#endif