HomeSort by relevance Sort by last modified time
    Searched defs:nl_list_for_each_entry (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/
list.h 79 #define nl_list_for_each_entry(pos, head, member) \ macro
  /external/libnl/lib/route/cls/
ematch.c 59 nl_list_for_each_entry(o, &ematch_ops_list, 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)
368 nl_list_for_each_entry(match, head, e_list) { function
  /external/libnl/lib/
utils.c 810 nl_list_for_each_entry(tl, head, list) { function
870 nl_list_for_each_entry(tl, head, list) { function

Completed in 51 milliseconds