Searched refs:graph_indent (Results 1 – 1 of 1) sorted by relevance
/external/iproute2/tc/ |
D | tc_class.c | 187 static void graph_indent(char *buf, struct graph_node *node, int is_newline, in graph_indent() function 248 graph_indent(buf, cls, 0, 0); in graph_cls_show() 276 graph_indent(buf, cls, 1, cls_indent); in graph_cls_show() 285 graph_indent(buf, cls, 1, 0); in graph_cls_show() 295 graph_indent(buf, cls, 0, 0); in graph_cls_show()
|