Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_ns_current_pid_tgid.c22 if (bpf_get_ns_current_pid_tgid(res.dev, res.ino, &nsdata, in trace()
/kernel/linux/linux-5.10/kernel/bpf/
Dhelpers.c537 BPF_CALL_4(bpf_get_ns_current_pid_tgid, u64, dev, u64, ino, in BPF_CALL_4() argument
571 .func = bpf_get_ns_current_pid_tgid,