Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c118 NL_INIT_LIST_HEAD(&e->e_childs); in rtnl_ematch_alloc()
136 nl_list_add_tail(&child->e_list, &parent->e_childs); in rtnl_ematch_add_child()
200 if (!nl_list_empty(&pos->e_childs)) in free_ematch_list()
201 free_ematch_list(&pos->e_childs); in free_ematch_list()
239 &ematch->e_childs); in link_tree()
374 dump_ematch_sequence(&match->e_childs, p); in dump_ematch_sequence()
/external/libnl/include/
Dnetlink-types.h520 struct nl_list_head e_childs; member