/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CTINFO_H #define __NET_TC_CTINFO_H #include <net/act_api.h> struct tcf_ctinfo_params { … }; struct tcf_ctinfo { … }; enum { … }; #define to_ctinfo(a) … #endif /* __NET_TC_CTINFO_H */
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_TC_CTINFO_H #define __NET_TC_CTINFO_H #include <net/act_api.h> struct tcf_ctinfo_params { … }; struct tcf_ctinfo { … }; enum { … }; #define to_ctinfo(a) … #endif /* __NET_TC_CTINFO_H */