Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ce2deca27acc761ab90a0e79bd31d6816df38960
/
.
/
include
/
net
/
tc_act
/
tc_defact.h
blob: 463aa671f95d29edf4cc4af90d4de9e7be8c0ceb [
file
] [
log
] [
blame
]
Jamal Hadi Salim
db75307
2005-04-24 20:10:16 -0700
[
diff
] [
blame
]
1
#ifndef
__NET_TC_DEF_H
2
#define
__NET_TC_DEF_H
3
4
#include
<net/act_api.h>
5
6
struct
tcf_defact
7
{
8
tca_gen
(
defact
);
9
u32 datalen
;
10
void
*
defdata
;
11
};
12
13
#endif