2 * Copyright (c) 2016, Jamal Hadi Salim
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
10 #ifndef __NET_TC_SKBMOD_H
11 #define __NET_TC_SKBMOD_H
13 #include <net/act_api.h>
14 #include <linux/tc_act/tc_skbmod.h>
16 struct tcf_skbmod_params
{
18 u64 flags
; /*up to 64 types of operations; extend if needed */
25 struct tc_action common
;
26 struct tcf_skbmod_params __rcu
*skbmod_p
;
28 #define to_skbmod(a) ((struct tcf_skbmod *)a)
30 #endif /* __NET_TC_SKBMOD_H */