Searched refs:ematch_root (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Demp_ematch.y23 extern struct ematch *ematch_root;
39 { ematch_root = $1; }
42 ematch_root = $1;
H A Dm_ematch.c37 struct ematch *ematch_root; variable in typeref:struct:ematch
340 if (ematch_root) {
344 .nmatches = flatten_tree(ematch_root, ematch_root),
355 if (parse_tree(n, ematch_root) < 0)

Completed in 80 milliseconds