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

Revision 1.2, Fri Mar 4 14:41:21 2005 UTC (12 years, 7 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN
Changes since 1.1: +1 -1 lines

Merge up to 2.6.11
Merge of 2.6.x-xfs-melb:linux:21721a by kenmcd.

#ifndef __NET_TC_PED_H
#define __NET_TC_PED_H

#include <net/act_api.h>

struct tcf_pedit
{
	tca_gen(pedit);
	unsigned char           nkeys;
	unsigned char           flags;
	struct tc_pedit_key     *keys;
};

#endif