1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright (c) 2016, Jamal Hadi Salim
6 #ifndef __NET_TC_SKBMOD_H
7 #define __NET_TC_SKBMOD_H
9 #include <net/act_api.h>
10 #include <linux/tc_act/tc_skbmod.h>
12 struct tcf_skbmod_params
{
14 u64 flags
; /*up to 64 types of operations; extend if needed */
21 struct tc_action common
;
22 struct tcf_skbmod_params __rcu
*skbmod_p
;
24 #define to_skbmod(a) ((struct tcf_skbmod *)a)
26 #endif /* __NET_TC_SKBMOD_H */