Sign in
googlers
/
maze
/
linux
/
4f075707a9380592586d608a8d04dfbdb3c40339
/
.
/
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