Home
last modified time | relevance | path

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

/external/libnl/lib/route/cls/
Dematch.c44 nl_list_add_tail(&ops->eo_list, &ematch_ops_list); in rtnl_ematch_register()
59 nl_list_for_each_entry(o, &ematch_ops_list, eo_list) { in rtnl_ematch_unregister()
61 nl_list_del(&o->eo_list); in rtnl_ematch_unregister()
79 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list) in rtnl_ematch_lookup_ops()
96 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list) in rtnl_ematch_lookup_ops_name()
/external/libnl/include/netlink/route/cls/
Dematch.h36 struct nl_list_head eo_list; member