Home | History | Annotate | Download | only in tc

Lines Matching refs:hlist

27 #include "hlist.h"
30 struct hlist_node hlist;
182 hlist_add_head(&node->hlist, &root_cls_list);
184 hlist_add_head(&node->hlist, &cls_list);
197 if (node->hlist.next)
206 if (node->hlist.next && node->nodes_count)
208 else if (node->hlist.next)
212 else if (!node->hlist.next)
234 hlist);
238 struct graph_node, hlist);
283 if (cls->hlist.next || cls->nodes_count) {
294 if (!cls->hlist.next) {