Sign in
googlers
/
maze
/
linux
/
52393ccc0a53c130f31fbbdb8b40b2aadb55ee72
/
.
/
include
/
net
/
tc_act
/
tc_pedit.h
blob: eb21689d759dddda7b7cc2c845497561663585a9 [
file
] [
log
] [
blame
]
#ifndef
__NET_TC_PED_H
#define
__NET_TC_PED_H
#include
<net/act_api.h>
struct
tcf_pedit
{
tca_gen
(
pedit
);
unsigned
char
nkeys
;
unsigned
char
flags
;
struct
tc_pedit_key
*
keys
;
};
#endif