Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / net / tc_act / tc_gact.h
blob59f0d9628ad1c4fd60a9f75f08e034835251cca1
1 #ifndef __NET_TC_GACT_H
2 #define __NET_TC_GACT_H
4 #include <net/act_api.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