Home
last modified time | relevance | path

Searched refs:c_ops (Results 1 – 15 of 15) sorted by relevance

/external/libnl/lib/
Dcache.c83 if (cache->c_ops == NULL) in nl_cache_nitems_filter()
112 return cache->c_ops; in nl_cache_get_ops()
192 cache->c_ops = ops; in nl_cache_alloc()
306 cache = nl_cache_alloc(orig->c_ops); in nl_cache_subset()
484 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_add()
525 if (cache->c_ops->co_obj_ops != obj->ce_ops) in nl_cache_move()
645 if (sk->s_proto != cache->c_ops->co_protocol) in nl_cache_request_full_dump()
648 if (cache->c_ops->co_request_update == NULL) in nl_cache_request_full_dump()
654 return cache->c_ops->co_request_update(cache, sk); in nl_cache_request_full_dump()
688 .ops = cache->c_ops, in __cache_pickup()
[all …]
Dcache_mngr.c48 struct nl_cache_ops *ops = ca->ca_cache->c_ops; in include_cb()
90 ops = mngr->cm_assocs[i].ca_cache->c_ops; in event_input()
228 ops = cache->c_ops; in nl_cache_mngr_add_cache()
240 mngr->cm_assocs[i].ca_cache->c_ops == ops) in nl_cache_mngr_add_cache()
472 nl_dump_line(p, " .name = %s\n", assoc->ca_cache->c_ops->co_name); in nl_cache_mngr_info()
Dcache_mngt.c335 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_provide()
368 ops = cache_ops_lookup_for_obj(cache->c_ops->co_obj_ops); in nl_cache_mngt_unprovide()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dtag.pyx.pxi61 self.c_ops = <grpc_op *>gpr_malloc(sizeof(grpc_op) * self.c_nops)
64 self.c_ops[index] = (<Operation>operation).c_op
69 (<Operation>operation).c_op = self.c_ops[index]
71 gpr_free(self.c_ops)
Dtag.pxd.pxi44 cdef grpc_op *c_ops
Dcall.pyx.pxi36 self.c_call, batch_operation_tag.c_ops, batch_operation_tag.c_nops,
Dchannel.pyx.pxi97 c_call, tag.c_ops, tag.c_nops, <cpython.PyObject *>tag, NULL)
/external/libnl/include/netlink-private/
Dnetlink.h201 return cache->c_ops ? cache->c_ops->co_name : "unknown"; in nl_cache_name()
Dtypes.h91 struct nl_cache_ops * c_ops; member
/external/libnl/lib/route/
Dqdisc.c392 if (cache->c_ops != &rtnl_qdisc_ops) in rtnl_qdisc_get_by_parent()
424 if (cache->c_ops != &rtnl_qdisc_ops) in rtnl_qdisc_get()
Dclass.c358 if (cache->c_ops != &rtnl_class_ops) in rtnl_class_get()
Dneightbl.c422 if (cache->c_ops != &rtnl_neightbl_ops) in rtnl_neightbl_get()
Daddr.c529 if (cache->c_ops != &rtnl_addr_ops) in rtnl_addr_get()
Dlink.c1057 if (cache->c_ops != &rtnl_link_ops) in rtnl_link_get()
1090 if (cache->c_ops != &rtnl_link_ops) in rtnl_link_get_by_name()
/external/libnl/lib/genl/
Dctrl.c358 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search()
392 if (cache->c_ops != &genl_ctrl_ops) in genl_ctrl_search_by_name()