Home
last modified time | relevance | path

Searched refs:handle_array (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/bpf/bpftool/
Dnet.c49 struct tc_kind_handle *handle_array; member
409 tcinfo->handle_array = realloc(tcinfo->handle_array, in dump_class_qdisc_nlmsg()
411 if (!tcinfo->handle_array) in dump_class_qdisc_nlmsg()
416 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
417 snprintf(tcinfo->handle_array[tcinfo->used_len].kind, in dump_class_qdisc_nlmsg()
418 sizeof(tcinfo->handle_array[tcinfo->used_len].kind), in dump_class_qdisc_nlmsg()
527 tcinfo.handle_array = NULL; in show_dev_tc_bpf_classic()
546 filter_info.kind = tcinfo.handle_array[i].kind; in show_dev_tc_bpf_classic()
548 tcinfo.handle_array[i].handle, in show_dev_tc_bpf_classic()
577 free(tcinfo.handle_array); in show_dev_tc_bpf_classic()
/linux-6.12.1/drivers/misc/vmw_vmci/
Dvmci_host.c202 struct vmci_handle_arr *handle_array, in drv_cp_harray_to_user() argument
208 if (handle_array) in drv_cp_harray_to_user()
209 array_size = vmci_handle_arr_get_size(handle_array); in drv_cp_harray_to_user()
218 (handle_array), *user_buf_size); in drv_cp_harray_to_user()