HomeSort by relevance Sort by last modified time
    Searched full:c_items (Results 1 - 13 of 13) sorted by null

  /external/libnl/lib/
cache.c 86 nl_list_for_each_entry(obj, &cache->c_items, ce_list) {
103 return nl_list_empty(&cache->c_items);
121 if (nl_list_empty(&cache->c_items))
124 return nl_list_entry(cache->c_items.next,
134 if (nl_list_empty(&cache->c_items))
137 return nl_list_entry(cache->c_items.prev,
147 if (nl_list_at_tail(obj, &obj->ce_cache->c_items, ce_list))
160 if (nl_list_at_head(obj, &obj->ce_cache->c_items, ce_list))
191 nl_init_list_head(&cache->c_items);
313 nl_list_for_each_entry(obj, &orig->c_items, ce_list)
    [all...]
  /external/libnl/lib/genl/
ctrl.c 361 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
395 nl_list_for_each_entry(fam, &cache->c_items, ce_list) {
  /external/libnl/lib/route/
qdisc.c 395 nl_list_for_each_entry(q, &cache->c_items, ce_list) {
427 nl_list_for_each_entry(q, &cache->c_items, ce_list) {
class.c 361 nl_list_for_each_entry(class, &cache->c_items, ce_list) {
addr.c 532 nl_list_for_each_entry(a, &cache->c_items, ce_list) {
neigh.c 545 nl_list_for_each_entry(neigh, &cache->c_items, ce_list) {
neightbl.c 425 nl_list_for_each_entry(nt, &cache->c_items, ce_list) {
link.c 1060 nl_list_for_each_entry(link, &cache->c_items, ce_list) {
1093 nl_list_for_each_entry(link, &cache->c_items, ce_list) {
    [all...]
  /external/libnl/include/netlink-private/
types.h 84 struct nl_list_head c_items; member in struct:nl_cache
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libnl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libnl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libnl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libnl.so.lsdump.gz 

Completed in 209 milliseconds