Home | Sort by relevance Sort by last modified time |
/external/iproute2/tc/ | |
m_ematch.c | 31 static struct ematch_util *ematch_list; variable in typeref:struct:ematch_util 136 for (e = ematch_list; e; e = e->next) { 157 e->next = ematch_list; 158 ematch_list = e; |