Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/trace/
Dbpf_trace.c3166 unsigned long __user *uref_ctr_offsets; in bpf_uprobe_multi_link_attach() local
3202 uref_ctr_offsets = u64_to_user_ptr(attr->link_create.uprobe_multi.ref_ctr_offsets); in bpf_uprobe_multi_link_attach()
3240 if (uref_ctr_offsets) { in bpf_uprobe_multi_link_attach()
3251 if (uref_ctr_offsets && __get_user(ref_ctr_offsets[i], uref_ctr_offsets + i)) { in bpf_uprobe_multi_link_attach()