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