linux/include/uapi/linux/tc_act/tc_ife.h

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

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

/* Flag bits for now just encoding/decoding; mutually exclusive */
#define IFE_ENCODE
#define IFE_DECODE

struct tc_ife {};

/*XXX: We need to encode the total number of bytes consumed */
enum {};
#define TCA_IFE_MAX

#endif