Home
last modified time | relevance | path

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

/external/iproute2/tc/
Demp_ematch.y62 $$ = new_ematch($2, $1);
68 $$ = new_ematch(NULL, $1);
Dm_ematch.h68 static inline struct ematch * new_ematch(struct bstr *args, int inverted) in new_ematch() function