Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dbpf-dlopen.h20 extern int (*sym_bpf_map__set_inner_map_fd)(struct bpf_map *, int);
Dbpf-dlopen.c21 int (*sym_bpf_map__set_inner_map_fd)(struct bpf_map *, int); variable
/systemd-251/src/core/
Dbpf-lsm.c78 r = sym_bpf_map__set_inner_map_fd(obj->maps.cgroup_hash, inner_map_fd); in prepare_restrict_fs_bpf()