Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1acf1ca7e906cf7453d76d76a6c953996295c220
/
.
/
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