Searched defs:self_fd (Results 1 – 2 of 2) sorted by relevance
/external/bcc/src/cc/ | ||
D | ns_guard.cc | 34 ebpf::FileDesc self_fd(open("/proc/self/ns/mnt", O_RDONLY)); in ProcMountNS() local |
D | libbpf.c | 883 int self_fd = -1, target_fd = -1; in enter_mount_ns() local |