Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c137 child, child->e_ops->eo_name, parent); in rtnl_ematch_add_child()
170 if (ematch->e_ops) in rtnl_ematch_set_ops()
173 ematch->e_ops = ops; in rtnl_ematch_set_ops()
488 } else if (!match->e_ops) { in dump_ematch_sequence()
491 if (match->e_ops->eo_dump) in dump_ematch_sequence()
492 match->e_ops->eo_dump(match, p); in dump_ematch_sequence()
565 if (e->e_ops->eo_fill) in fill_ematch_sequence()
566 err = e->e_ops->eo_fill(e, msg); in fill_ematch_sequence()
/external/libnl/include/netlink-private/
Dtypes.h563 struct rtnl_ematch_ops *e_ops; member