linux/include/uapi/linux/tc_act/tc_ct.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef __UAPI_TC_CT_H
#define __UAPI_TC_CT_H

#include <linux/types.h>
#include <linux/pkt_cls.h>

enum {};

#define TCA_CT_MAX

#define TCA_CT_ACT_COMMIT
#define TCA_CT_ACT_FORCE
#define TCA_CT_ACT_CLEAR
#define TCA_CT_ACT_NAT
#define TCA_CT_ACT_NAT_SRC
#define TCA_CT_ACT_NAT_DST

struct tc_ct {};

#endif /* __UAPI_TC_CT_H */