Searched refs:outer_map_fd (Results 1 – 1 of 1) sorted by relevance
228 int outer_map_fd = sym_bpf_map__fd(u->manager->restrict_fs->maps.cgroup_hash); in lsm_bpf_unit_restrict_filesystems() local229 if (outer_map_fd < 0) in lsm_bpf_unit_restrict_filesystems()232 if (sym_bpf_map_update_elem(outer_map_fd, &u->cgroup_id, &inner_map_fd, BPF_ANY) != 0) in lsm_bpf_unit_restrict_filesystems()257 if (sym_bpf_map_delete_elem(outer_map_fd, &u->cgroup_id) != 0) in lsm_bpf_unit_restrict_filesystems()