Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-lsm.c228 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()
Dbpf-socket-bind.c93 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()
Drestrict-ifaces.c51 map_fd = sym_bpf_map__fd(obj->maps.sd_restrictif); in prepare_restrict_ifaces_bpf()
/systemd-251/src/shared/
Dbpf-dlopen.h14 extern int (*sym_bpf_map__fd)(const struct bpf_map *);
Dbpf-dlopen.c15 int (*sym_bpf_map__fd)(const struct bpf_map *); variable