1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __NET_TC_CTINFO_H
3 #define __NET_TC_CTINFO_H
5 #include <net/act_api.h>
7 struct tcf_ctinfo_params
{
19 struct tc_action common
;
20 struct tcf_ctinfo_params __rcu
*params
;
27 CTINFO_MODE_DSCP
= BIT(0),
28 CTINFO_MODE_CPMARK
= BIT(1)
31 #define to_ctinfo(a) ((struct tcf_ctinfo *)a)
33 #endif /* __NET_TC_CTINFO_H */