Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dsyscall.c3794 const char __user *user_tp_name, u64 cookie) in bpf_raw_tp_link_attach() argument
3807 if (user_tp_name) in bpf_raw_tp_link_attach()
3820 if (strncpy_from_user(buf, user_tp_name, sizeof(buf) - 1) < 0) in bpf_raw_tp_link_attach()