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