]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/blob - include/net/tc_act/tc_pedit.h
Linux-2.6.12-rc2
[sojka/nv-tegra/linux-3.10.git] / include / net / tc_act / tc_pedit.h
1 #ifndef __NET_TC_PED_H
2 #define __NET_TC_PED_H
3
4 #include <net/act_api.h>
5
6 struct tcf_pedit
7 {
8         tca_gen(pedit);
9         unsigned char           nkeys;
10         unsigned char           flags;
11         struct tc_pedit_key     *keys;
12 };
13
14 #endif