Searched refs:c_ops (Results 1 – 15 of 15) sorted by relevance
/external/libnl/lib/ |
D | cache.c | 83 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 …]
|
D | cache_mngr.c | 48 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()
|
D | cache_mngt.c | 335 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/ |
D | tag.pyx.pxi | 61 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)
|
D | tag.pxd.pxi | 44 cdef grpc_op *c_ops
|
D | call.pyx.pxi | 36 self.c_call, batch_operation_tag.c_ops, batch_operation_tag.c_nops,
|
D | channel.pyx.pxi | 97 c_call, tag.c_ops, tag.c_nops, <cpython.PyObject *>tag, NULL)
|
/external/libnl/include/netlink-private/ |
D | netlink.h | 201 return cache->c_ops ? cache->c_ops->co_name : "unknown"; in nl_cache_name()
|
D | types.h | 91 struct nl_cache_ops * c_ops; member
|
/external/libnl/lib/route/ |
D | qdisc.c | 392 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()
|
D | class.c | 358 if (cache->c_ops != &rtnl_class_ops) in rtnl_class_get()
|
D | neightbl.c | 422 if (cache->c_ops != &rtnl_neightbl_ops) in rtnl_neightbl_get()
|
D | addr.c | 529 if (cache->c_ops != &rtnl_addr_ops) in rtnl_addr_get()
|
D | link.c | 1057 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/ |
D | ctrl.c | 358 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()
|