Searched refs:sym_bpf_map__fd (Results 1 – 5 of 5) 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()279 int fd = sym_bpf_map__fd(u->manager->restrict_fs->maps.cgroup_hash); in lsm_bpf_cleanup()296 return sym_bpf_map__fd(unit->manager->restrict_fs->maps.cgroup_hash); in lsm_bpf_map_restrict_fs_fd()
93 allow_map_fd = sym_bpf_map__fd(obj->maps.sd_bind_allow); in prepare_socket_bind_bpf()102 deny_map_fd = sym_bpf_map__fd(obj->maps.sd_bind_deny); in prepare_socket_bind_bpf()
51 map_fd = sym_bpf_map__fd(obj->maps.sd_restrictif); in prepare_restrict_ifaces_bpf()
14 extern int (*sym_bpf_map__fd)(const struct bpf_map *);
15 int (*sym_bpf_map__fd)(const struct bpf_map *); variable