Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_class.c29 struct graph_node { struct
33 struct graph_node *parent_node; argument
34 struct graph_node *right_node; argument
169 struct graph_node *node = malloc(sizeof(struct graph_node)); in graph_node_add()
187 static void graph_indent(char *buf, struct graph_node *node, int is_newline, in graph_indent()
233 struct graph_node *cls = container_of(n, struct graph_node, in graph_cls_show()
237 struct graph_node *child = container_of(c, in graph_cls_show()
238 struct graph_node, hlist); in graph_cls_show()