Lines Matching refs:e_childs
119 NL_INIT_LIST_HEAD(&e->e_childs); in rtnl_ematch_alloc()
140 nl_list_add_tail(&child->e_list, &parent->e_childs); in rtnl_ematch_add_child()
153 if (!nl_list_empty(&ematch->e_childs)) in rtnl_ematch_unlink()
268 if (!nl_list_empty(&pos->e_childs)) in free_ematch_list()
269 free_ematch_list(&pos->e_childs); in free_ematch_list()
312 if (!nl_list_empty(&pos->e_childs)) { in clone_ematch_list()
313 if (clone_ematch_list(&new->e_childs, &pos->e_childs) < 0) in clone_ematch_list()
378 &ematch->e_childs); in link_tree()
544 dump_ematch_sequence(&match->e_childs, p); in dump_ematch_sequence()
590 if (nl_list_empty(&e->e_childs)) in update_container_index()
595 err = update_container_index(&e->e_childs, index); in update_container_index()
641 fill_ematch_sequence(msg, &e->e_childs) < 0) in fill_ematch_sequence()