Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
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