Searched refs:uref_ctr_offsets (Results 1 – 1 of 1) sorted by relevance
3011 u64 __user *uref_ctr_offsets = u64_to_user_ptr(info->uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_fill_link_info() local3025 if ((uoffsets || uref_ctr_offsets || ucookies) && !ucount) in bpf_uprobe_multi_link_fill_link_info()3052 if (!uoffsets && !ucookies && !uref_ctr_offsets) in bpf_uprobe_multi_link_fill_link_info()3064 if (uref_ctr_offsets && in bpf_uprobe_multi_link_fill_link_info()3065 put_user(umulti_link->uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) in bpf_uprobe_multi_link_fill_link_info()3254 unsigned long __user *uref_ctr_offsets; in bpf_uprobe_multi_link_attach() local3293 uref_ctr_offsets = u64_to_user_ptr(attr->link_create.uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_attach()3302 if (!access_ok(uoffsets, size) || !access_ok(uref_ctr_offsets, size) || in bpf_uprobe_multi_link_attach()3342 if (uref_ctr_offsets && __get_user(uprobes[i].ref_ctr_offset, uref_ctr_offsets + i)) { in bpf_uprobe_multi_link_attach()