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

  /external/libnl/lib/
cache.c 83 if (cache->c_ops == NULL)
112 return cache->c_ops;
192 cache->c_ops = ops;
306 cache = nl_cache_alloc(orig->c_ops);
484 if (cache->c_ops->co_obj_ops != obj->ce_ops)
525 if (cache->c_ops->co_obj_ops != obj->ce_ops)
645 if (sk->s_proto != cache->c_ops->co_protocol)
648 if (cache->c_ops->co_request_update == NULL)
654 return cache->c_ops->co_request_update(cache, sk);
688 .ops = cache->c_ops,
    [all...]
cache_mngr.c 48 struct nl_cache_ops *ops = ca->ca_cache->c_ops;
90 ops = mngr->cm_assocs[i].ca_cache->c_ops;
228 ops = cache->c_ops;
240 mngr->cm_assocs[i].ca_cache->c_ops == ops)
472 nl_dump_line(p, " .name = %s\n", assoc->ca_cache->c_ops->co_name);
cache_mngt.c 335 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops);
368 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops);
  /toolchain/binutils/binutils-2.27/include/
gcc-c-interface.h 194 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
  /external/libnl/include/netlink-private/
netlink.h 201 return cache->c_ops ? cache->c_ops->co_name : "unknown";
types.h 91 struct nl_cache_ops * c_ops; member in struct:nl_cache
  /external/libnl/lib/genl/
ctrl.c 358 if (cache->c_ops != &genl_ctrl_ops)
392 if (cache->c_ops != &genl_ctrl_ops)
  /external/libnl/lib/route/
qdisc.c 392 if (cache->c_ops != &rtnl_qdisc_ops)
424 if (cache->c_ops != &rtnl_qdisc_ops)
class.c 358 if (cache->c_ops != &rtnl_class_ops)
addr.c 529 if (cache->c_ops != &rtnl_addr_ops)
neightbl.c 422 if (cache->c_ops != &rtnl_neightbl_ops)
link.c 1057 if (cache->c_ops != &rtnl_link_ops)
1090 if (cache->c_ops != &rtnl_link_ops)
    [all...]

Completed in 326 milliseconds