]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - include/net/tc_act/tc_defact.h
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.git] / include / net / tc_act / tc_defact.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
db753079
JHS
2#ifndef __NET_TC_DEF_H
3#define __NET_TC_DEF_H
4
5#include <net/act_api.h>
6
e9ce1cd3 7struct tcf_defact {
ec0595cc 8 struct tc_action common;
0b0f43fe
JHS
9 u32 tcfd_datalen;
10 void *tcfd_defdata;
db753079 11};
a85a970a 12#define to_defact(a) ((struct tcf_defact *)a)
db753079 13
e9ce1cd3 14#endif /* __NET_TC_DEF_H */