Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/ematch/
Dcmp.c54 static const char *operand_txt[] = { variable
76 nl_dump(p, " %s %u", operand_txt[cmp->opnd], cmp->val); in cmp_dump()
/external/libnl/lib/route/cls/
Dematch.c686 static const char *operand_txt[] = { variable
695 opnd < ARRAY_SIZE(operand_txt) ? operand_txt[opnd] : "?"); in rtnl_ematch_opnd2txt()