Searched refs:e_ops (Results 1 – 2 of 2) sorted by relevance
138 child, child->e_ops->eo_name, parent); in rtnl_ematch_add_child()171 if (ematch->e_ops) in rtnl_ematch_set_ops()174 ematch->e_ops = ops; in rtnl_ematch_set_ops()307 if (pos->e_ops) { in clone_ematch_list()308 if (rtnl_ematch_set_ops(new, pos->e_ops)) in clone_ematch_list()546 } else if (!match->e_ops) { in dump_ematch_sequence()549 if (match->e_ops->eo_dump) in dump_ematch_sequence()550 match->e_ops->eo_dump(match, p); in dump_ematch_sequence()623 if (e->e_ops->eo_fill) in fill_ematch_sequence()624 err = e->e_ops->eo_fill(e, msg); in fill_ematch_sequence()
645 struct rtnl_ematch_ops *e_ops; member