Home
last modified time | relevance | path

Searched refs:handle_array (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dnet.c47 struct tc_kind_handle *handle_array; member
396 tcinfo->handle_array = realloc(tcinfo->handle_array, in dump_class_qdisc_nlmsg()
398 if (!tcinfo->handle_array) in dump_class_qdisc_nlmsg()
403 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
404 snprintf(tcinfo->handle_array[tcinfo->used_len].kind, in dump_class_qdisc_nlmsg()
405 sizeof(tcinfo->handle_array[tcinfo->used_len].kind), in dump_class_qdisc_nlmsg()
430 tcinfo.handle_array = NULL; in show_dev_tc_bpf()
449 filter_info.kind = tcinfo.handle_array[i].kind; in show_dev_tc_bpf()
451 tcinfo.handle_array[ in show_dev_tc_bpf()
[all...]
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dnet.c49 struct tc_kind_handle *handle_array; member
403 tcinfo->handle_array = realloc(tcinfo->handle_array, in dump_class_qdisc_nlmsg()
405 if (!tcinfo->handle_array) in dump_class_qdisc_nlmsg()
410 tcinfo->handle_array[tcinfo->used_len].handle = info->tcm_handle; in dump_class_qdisc_nlmsg()
411 snprintf(tcinfo->handle_array[tcinfo->used_len].kind, in dump_class_qdisc_nlmsg()
412 sizeof(tcinfo->handle_array[tcinfo->used_len].kind), in dump_class_qdisc_nlmsg()
518 tcinfo.handle_array = NULL; in show_dev_tc_bpf_classic()
537 filter_info.kind = tcinfo.handle_array[i].kind; in show_dev_tc_bpf_classic()
539 tcinfo.handle_array[ in show_dev_tc_bpf_classic()
[all...]
/kernel/linux/linux-5.10/drivers/misc/vmw_vmci/
H A Dvmci_host.c202 struct vmci_handle_arr *handle_array, in drv_cp_harray_to_user()
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()
200 drv_cp_harray_to_user(void __user *user_buf_uva, u64 *user_buf_size, struct vmci_handle_arr *handle_array, int *retval) drv_cp_harray_to_user() argument
/kernel/linux/linux-6.6/drivers/misc/vmw_vmci/
H A Dvmci_host.c202 struct vmci_handle_arr *handle_array, in drv_cp_harray_to_user()
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()
200 drv_cp_harray_to_user(void __user *user_buf_uva, u64 *user_buf_size, struct vmci_handle_arr *handle_array, int *retval) drv_cp_harray_to_user() argument

Completed in 5 milliseconds