Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c118 NL_INIT_LIST_HEAD(&e->e_childs); in rtnl_ematch_alloc()
139 nl_list_add_tail(&child->e_list, &parent->e_childs); in rtnl_ematch_add_child()
152 if (!nl_list_empty(&ematch->e_childs)) in rtnl_ematch_unlink()
267 if (!nl_list_empty(&pos->e_childs)) in free_ematch_list()
268 free_ematch_list(&pos->e_childs); in free_ematch_list()
320 &ematch->e_childs); in link_tree()
486 dump_ematch_sequence(&match->e_childs, p); in dump_ematch_sequence()
532 if (nl_list_empty(&e->e_childs)) in update_container_index()
537 err = update_container_index(&e->e_childs, index); in update_container_index()
583 fill_ematch_sequence(msg, &e->e_childs) < 0) in fill_ematch_sequence()
Dematch_syntax.y278 nl_list_add_tail(&e->e_childs, &$2->e_list);
/external/libnl/include/netlink-private/
Dtypes.h561 struct nl_list_head e_childs; member