Searched refs:e_list (Results 1 – 3 of 3) sorted by relevance
/external/libnl/lib/route/cls/ |
D | ematch.c | 117 NL_INIT_LIST_HEAD(&e->e_list); in rtnl_ematch_alloc() 139 nl_list_add_tail(&child->e_list, &parent->e_childs); in rtnl_ematch_add_child() 156 nl_list_del(&ematch->e_list); in rtnl_ematch_unlink() 157 nl_init_list_head(&ematch->e_list); in rtnl_ematch_unlink() 266 nl_list_for_each_entry_safe(pos, next, head, e_list) { in free_ematch_list() 299 nl_list_add_tail(&ematch->e_list, &tree->et_list); in rtnl_ematch_tree_add() 316 nl_list_add_tail(&ematch->e_list, root); in link_tree() 480 nl_list_for_each_entry(match, head, e_list) { in dump_ematch_sequence() 525 nl_list_for_each_entry(e, list, e_list) in update_container_index() 528 nl_list_for_each_entry(e, list, e_list) { in update_container_index() [all …]
|
D | ematch_syntax.y | 152 nl_list_add_tail(root, &$1->e_list); 166 nl_list_add_tail(&$1->e_list, &$3->e_list); 278 nl_list_add_tail(&e->e_childs, &$2->e_list);
|
/external/libnl/include/netlink-private/ |
D | types.h | 562 struct nl_list_head e_list; member
|