Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c121 e->e_ops = ops; in rtnl_ematch_alloc()
376 } else if (!match->e_ops) { in dump_ematch_sequence()
379 nl_dump(p, "%s(", match->e_ops->eo_name); in dump_ematch_sequence()
381 if (match->e_ops->eo_dump) in dump_ematch_sequence()
382 match->e_ops->eo_dump(match, p); in dump_ematch_sequence()
/external/libnl/include/
Dnetlink-types.h522 struct rtnl_ematch_ops *e_ops; member