blob: fbf80da0f0dfb61784d1233a050a6d57f0edfcd9 [file] [log] [blame]
Elliott Hughes180edef2023-11-02 00:08:05 +00001/*
2 * This file is auto-generated. Modifications will be lost.
3 *
4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5 * for more information.
6 */
Christopher Ferris525ce912017-07-26 13:12:53 -07007#ifndef __UAPI_IFE_H
8#define __UAPI_IFE_H
9#define IFE_METAHDRLEN 2
10enum {
11 IFE_META_SKBMARK = 1,
12 IFE_META_HASHID,
13 IFE_META_PRIO,
14 IFE_META_QMAP,
15 IFE_META_TCINDEX,
16 __IFE_META_MAX
Christopher Ferris82d75042015-01-26 10:57:07 -080017};
Christopher Ferris525ce912017-07-26 13:12:53 -070018#define IFE_META_MAX (__IFE_META_MAX - 1)
Christopher Ferris82d75042015-01-26 10:57:07 -080019#endif