Sign in
gem5
/
arm
/
linux-arm64-legacy
/
353f8d1cd5b8540c1591f00a5cbd3aeca699cfcf
/
.
/
include
/
net
/
tc_act
/
tc_defact.h
blob: 463aa671f95d29edf4cc4af90d4de9e7be8c0ceb [
file
]
#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