Home
last modified time | relevance | path

Searched refs:e_childs (Results 1 – 4 of 4) sorted by relevance

/external/libnl/lib/route/cls/
Dematch.c119 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()
[all …]
Dematch_syntax.y280 nl_list_add_tail(&e->e_childs, &$2->e_list);
/external/libnl/tests/
Dcheck-ematch-tree-clone.c64 build_children(&child->e_childs); in build_children()
83 if (!nl_list_empty(&pos->e_childs)) in dump_ematch_list()
84 dump_ematch_list(&pos->e_childs, result, index); in dump_ematch_list()
/external/libnl/include/netlink-private/
Dtypes.h643 struct nl_list_head e_childs; member