Searched refs:uoffsets (Results 1 – 1 of 1) sorted by relevance
3171 unsigned long __user *uoffsets; in bpf_uprobe_multi_link_attach() local3196 uoffsets = u64_to_user_ptr(attr->link_create.uprobe_multi.offsets); in bpf_uprobe_multi_link_attach()3199 if (!upath || !uoffsets || !cnt) in bpf_uprobe_multi_link_attach()3255 if (__get_user(uprobes[i].offset, uoffsets + i)) { in bpf_uprobe_multi_link_attach()