repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
[linux/fpc-iii.git]
/
include
/
net
/
tc_act
/
tc_defact.h
blob
d7ba0402a7325ed08186d03c26a5df78ecac74ed
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __NET_TC_DEF_H
3
#define __NET_TC_DEF_H
4
5
#include <net/act_api.h>
6
7
struct
tcf_defact
{
8
struct
tc_action common
;
9
u32 tcfd_datalen
;
10
void
*
tcfd_defdata
;
11
};
12
#define to_defact(a) ((struct tcf_defact *)a)
13
14
#endif
/* __NET_TC_DEF_H */