initial commit with v2.6.9
[linux-2.6.9-moxart.git] / include / net / tc_act / tc_gact.h
blob8401ce1913a83070ebb4e0f1f19e28a3d5264a5c
1 #ifndef __NET_TC_GACT_H
2 #define __NET_TC_GACT_H
4 #include <net/pkt_sched.h>
6 struct tcf_gact
8 tca_gen(gact);
9 #ifdef CONFIG_GACT_PROB
10 u16 ptype;
11 u16 pval;
12 int paction;
13 #endif
17 #endif