HomeSort by relevance Sort by last modified time
    Searched refs:ematch_root (Results 1 - 2 of 2) sorted by null

  /external/iproute2/tc/
emp_ematch.y 23 extern struct ematch *ematch_root;
39 { ematch_root = $1; }
42 ematch_root = $1;
m_ematch.c 37 struct ematch *ematch_root; variable in typeref:struct:ematch
338 if (ematch_root) {
342 .nmatches = flatten_tree(ematch_root, ematch_root),
353 if (parse_tree(n, ematch_root) < 0)

Completed in 56 milliseconds