Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / net / tc_act / tc_gact.h
1 #ifndef __NET_TC_GACT_H
2 #define __NET_TC_GACT_H
3
4 #include <net/act_api.h>
5
6 struct tcf_gact
7 {
8         tca_gen(gact);
9 #ifdef CONFIG_GACT_PROB
10         u16                 ptype;
11         u16                 pval;
12         int                 paction;
13 #endif
14                                                                                 
15 };
16                                                                                 
17 #endif