Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
385910f2b275a636238f70844f1b6da9fda6f2da
/
.
/
include
/
net
/
tc_act
/
tc_defact.h
blob: 463aa671f95d29edf4cc4af90d4de9e7be8c0ceb [
file
] [
log
] [
blame
]
#ifndef
__NET_TC_DEF_H
#define
__NET_TC_DEF_H
#include
<net/act_api.h>
struct
tcf_defact
{
tca_gen
(
defact
);
u32 datalen
;
void
*
defdata
;
};
#endif