Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_ematch.c227 static int flatten_tree(struct ematch *head, struct ematch *tree) in flatten_tree() function
238 count += flatten_tree(head, tree->child); in flatten_tree()
342 .nmatches = flatten_tree(ematch_root, ematch_root), in parse_ematch()