Searched refs:e_list (Results 1 – 2 of 2) sorted by relevance
117 NL_INIT_LIST_HEAD(&e->e_list); in rtnl_ematch_alloc()136 nl_list_add_tail(&child->e_list, &parent->e_childs); in rtnl_ematch_add_child()145 nl_list_del(&ematch->e_list); in rtnl_ematch_unlink()199 nl_list_for_each_entry_safe(pos, next, head, e_list) { in free_ematch_list()218 nl_list_add_tail(&ematch->e_list, &tree->et_list); in rtnl_ematch_tree_add_tail()235 nl_list_add_tail(&ematch->e_list, root); in link_tree()368 nl_list_for_each_entry(match, head, e_list) { in dump_ematch_sequence()
521 struct nl_list_head e_list; member