Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dm_ematch.c31 static struct ematch_util *ematch_list; variable
136 for (e = ematch_list; e; e = e->next) { in get_ematch_kind()
157 e->next = ematch_list; in get_ematch_kind()
158 ematch_list = e; in get_ematch_kind()