Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/nsfs/
H A D.gitignore3 pidns
H A DMakefile2 TEST_GEN_PROGS := owner pidns
/openbmc/linux/kernel/bpf/
H A Dhelpers.c593 struct pid_namespace *pidns; in BPF_CALL_4() local
605 pidns = task_active_pid_ns(task); in BPF_CALL_4()
606 if (unlikely(!pidns)) { in BPF_CALL_4()
611 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()
614 nsdata->pid = task_pid_nr_ns(task, pidns); in BPF_CALL_4()
615 nsdata->tgid = task_tgid_nr_ns(task, pidns); in BPF_CALL_4()