/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CSUM_H #define __NET_TC_CSUM_H #include <linux/types.h> #include <net/act_api.h> #include <linux/tc_act/tc_csum.h> struct tcf_csum_params { … }; struct tcf_csum { … }; #define to_tcf_csum(a) … static inline bool is_tcf_csum(const struct tc_action *a) { … } static inline u32 tcf_csum_update_flags(const struct tc_action *a) { … } #endif /* __NET_TC_CSUM_H */