HomeSort by relevance Sort by last modified time
    Searched refs:eo_list (Results 1 - 2 of 2) sorted by null

  /external/libnl/include/netlink/route/cls/
ematch.h 36 struct nl_list_head eo_list; member in struct:rtnl_ematch_ops
  /external/libnl/lib/route/cls/
ematch.c 44 nl_list_add_tail(&ops->eo_list, &ematch_ops_list);
59 nl_list_for_each_entry(o, &ematch_ops_list, eo_list) {
61 nl_list_del(&o->eo_list);
79 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list)
96 nl_list_for_each_entry(ops, &ematch_ops_list, eo_list)

Completed in 333 milliseconds