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