162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef __NET_TC_IPT_H 362306a36Sopenharmony_ci#define __NET_TC_IPT_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#include <net/act_api.h> 662306a36Sopenharmony_ci 762306a36Sopenharmony_cistruct xt_entry_target; 862306a36Sopenharmony_ci 962306a36Sopenharmony_cistruct tcf_ipt { 1062306a36Sopenharmony_ci struct tc_action common; 1162306a36Sopenharmony_ci u32 tcfi_hook; 1262306a36Sopenharmony_ci char *tcfi_tname; 1362306a36Sopenharmony_ci struct xt_entry_target *tcfi_t; 1462306a36Sopenharmony_ci}; 1562306a36Sopenharmony_ci#define to_ipt(a) ((struct tcf_ipt *)a) 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif /* __NET_TC_IPT_H */ 18