Home
last modified time | relevance | path

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

/kernel/bpf/
Dhelpers.c572 struct pid_namespace *pidns; in BPF_CALL_4() local
584 pidns = task_active_pid_ns(task); in BPF_CALL_4()
585 if (unlikely(!pidns)) { in BPF_CALL_4()
590 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()
593 nsdata->pid = task_pid_nr_ns(task, pidns); in BPF_CALL_4()
594 nsdata->tgid = task_tgid_nr_ns(task, pidns); in BPF_CALL_4()