1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef __UAPI_TC_IFE_H
3 #define __UAPI_TC_IFE_H
5 #include <linux/types.h>
6 #include <linux/pkt_cls.h>
9 /* Flag bits for now just encoding/decoding; mutually exclusive */
18 /*XXX: We need to encode the total number of bytes consumed */
30 #define TCA_IFE_MAX (__TCA_IFE_MAX - 1)