Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame^] | 1 | /* |
| 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 Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 7 | #ifndef __UAPI_IFE_H |
| 8 | #define __UAPI_IFE_H |
| 9 | #define IFE_METAHDRLEN 2 |
| 10 | enum { |
| 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 Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 17 | }; |
Christopher Ferris | 525ce91 | 2017-07-26 13:12:53 -0700 | [diff] [blame] | 18 | #define IFE_META_MAX (__IFE_META_MAX - 1) |
Christopher Ferris | 82d7504 | 2015-01-26 10:57:07 -0800 | [diff] [blame] | 19 | #endif |