Searched refs:c_items (Results 1 - 8 of 8) sorted by relevance

/external/libnl/lib/
H A Dcache.c79 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
96 return nl_list_empty(&cache->c_items);
114 if (nl_list_empty(&cache->c_items))
117 return nl_list_entry(cache->c_items.next,
127 if (nl_list_empty(&cache->c_items))
130 return nl_list_entry(cache->c_items.prev,
140 if (nl_list_at_tail(obj, &obj->ce_cache->c_items, ce_list))
153 if (nl_list_at_head(obj, &obj->ce_cache->c_items, ce_list))
181 nl_init_list_head(&cache->c_items);
250 nl_list_for_each_entry(obj, &orig->c_items, ce_lis
[all...]
/external/libnl/lib/genl/
H A Dctrl.c165 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
200 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
/external/libnl/lib/route/
H A Dqdisc.c406 nl_list_for_each_entry(q, &cache->c_items, ce_list) {
431 nl_list_for_each_entry(q, &cache->c_items, ce_list) {
H A Dclass.c268 nl_list_for_each_entry(class, &cache->c_items, ce_list) {
H A Dneigh.c480 nl_list_for_each_entry(neigh, &cache->c_items, ce_list) {
H A Dneightbl.c413 nl_list_for_each_entry(nt, &cache->c_items, ce_list) {
H A Dlink.c798 nl_list_for_each_entry(link, &cache->c_items, ce_list) {
826 nl_list_for_each_entry(link, &cache->c_items, ce_list) {
/external/libnl/include/
H A Dnetlink-types.h75 struct nl_list_head c_items; member in struct:nl_cache

Completed in 130 milliseconds