Searched refs:e_list (Results 1 – 5 of 5) sorted by relevance
/third_party/libnl/lib/route/cls/ |
D | ematch.c | 118 NL_INIT_LIST_HEAD(&e->e_list); in rtnl_ematch_alloc() 140 nl_list_add_tail(&child->e_list, &parent->e_childs); in rtnl_ematch_add_child() 157 nl_list_del(&ematch->e_list); in rtnl_ematch_unlink() 158 nl_init_list_head(&ematch->e_list); in rtnl_ematch_unlink() 267 nl_list_for_each_entry_safe(pos, next, head, e_list) { in free_ematch_list() 296 nl_list_for_each_entry(pos, src, e_list) { in clone_ematch_list() 316 nl_list_add_tail(&new->e_list, dst); in clone_ematch_list() 357 nl_list_add_tail(&ematch->e_list, &tree->et_list); in rtnl_ematch_tree_add() 374 nl_list_add_tail(&ematch->e_list, root); in link_tree() 538 nl_list_for_each_entry(match, head, e_list) { in dump_ematch_sequence() [all …]
|
D | ematch_syntax.y | 154 nl_list_add_tail(root, &$1->e_list); 168 nl_list_add_tail(&$1->e_list, &$3->e_list); 280 nl_list_add_tail(&e->e_childs, &$2->e_list);
|
D | ematch_syntax.c | 1651 nl_list_add_tail(root, &(yyvsp[0].e)->e_list); in yyparse() 1670 nl_list_add_tail(&(yyvsp[-2].e)->e_list, &(yyvsp[0].e)->e_list); in yyparse() 1802 nl_list_add_tail(&e->e_childs, &(yyvsp[-1].e)->e_list); in yyparse()
|
/third_party/libnl/tests/ |
D | check-ematch-tree-clone.c | 66 nl_list_add_tail(&child->e_list, parent); in build_children() 82 nl_list_for_each_entry(pos, head, e_list) { in dump_ematch_list()
|
/third_party/libnl/include/netlink-private/ |
D | types.h | 644 struct nl_list_head e_list; member
|