Home
last modified time | relevance | path

Searched refs:TC_U32_HTID (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_u32.c291 if (TC_U32_HTID(handle) == TC_U32_ROOT) in u32_get()
294 ht = u32_lookup_ht(tp_c, TC_U32_HTID(handle)); in u32_get()
776 if (TC_U32_HTID(n->handle) == TC_U32_ROOT) in u32_replace_knode()
779 ht = u32_lookup_ht(tp_c, TC_U32_HTID(n->handle)); in u32_replace_knode()
980 if (TC_U32_HTID(htid) == TC_U32_ROOT) { in u32_change()
984 ht = u32_lookup_ht(tp->data, TC_U32_HTID(htid)); in u32_change()
1001 if (TC_U32_HTID(handle) && TC_U32_HTID(handle ^ htid)) { in u32_change()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_cls.h138 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_cls.h138 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_cls.h138 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_cls.h208 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
209 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)