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

Revision 1.1, Fri Oct 1 15:10:15 2004 UTC (13 years, 1 month ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Upgrade kernel to 2.6.9-rc3 and kdb to 4.4
Merge of 2.6.x-xfs-melb:linux:19628a by kenmcd.

#ifndef __NET_TC_GACT_H
#define __NET_TC_GACT_H

#include <net/pkt_sched.h>

struct tcf_gact
{
        tca_gen(gact);
#ifdef CONFIG_GACT_PROB
        u16                 ptype;
        u16                 pval;
        int                 paction;
#endif
                                                                                
};
                                                                                
#endif