Linux-2.6.12-rc2
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / net / tc_act / tc_pedit.h
blobeb21689d759dddda7b7cc2c845497561663585a9
1 #ifndef __NET_TC_PED_H
2 #define __NET_TC_PED_H
4 #include <net/act_api.h>
6 struct tcf_pedit
8 tca_gen(pedit);
9 unsigned char nkeys;
10 unsigned char flags;
11 struct tc_pedit_key *keys;
14 #endif