blob: eb21689d759dddda7b7cc2c845497561663585a9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __NET_TC_PED_H
2#define __NET_TC_PED_H
3
4#include <net/act_api.h>
5
6struct 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