Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dpkt_cls.h138 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
139 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)
/Linux-v6.6/net/sched/
Dcls_u32.c293 if (TC_U32_HTID(handle) == TC_U32_ROOT) in u32_get()
296 ht = u32_lookup_ht(tp_c, TC_U32_HTID(handle)); in u32_get()
792 if (TC_U32_HTID(n->handle) == TC_U32_ROOT) in u32_replace_knode()
795 ht = u32_lookup_ht(tp_c, TC_U32_HTID(n->handle)); in u32_replace_knode()
1006 if (TC_U32_HTID(htid) == TC_U32_ROOT) { in u32_change()
1010 ht = u32_lookup_ht(tp->data, TC_U32_HTID(htid)); in u32_change()
1049 if (TC_U32_HTID(handle) && TC_U32_HTID(handle ^ htid)) { in u32_change()
/Linux-v6.6/include/uapi/linux/
Dpkt_cls.h214 #define TC_U32_HTID(h) ((h)&0xFFF00000) macro
215 #define TC_U32_USERHTID(h) (TC_U32_HTID(h)>>20)