Searched defs:nl_list_for_each_entry (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/netlink/
H A Dlist.h79 #define nl_list_for_each_entry(pos, head, member) \ macro
/external/libnl/lib/route/cls/
H A Dematch.c59 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/
H A Dutils.c810 nl_list_for_each_entry(tl, head, list) { function
870 nl_list_for_each_entry(tl, head, list) { function

Completed in 1107 milliseconds