Home
last modified time | relevance | path

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

/systemd-251/src/core/
Dbpf-lsm.c33 static struct restrict_fs_bpf *restrict_fs_bpf_free(struct restrict_fs_bpf *obj) { in restrict_fs_bpf_free()
40 DEFINE_TRIVIAL_CLEANUP_FUNC(struct restrict_fs_bpf *, restrict_fs_bpf_free);
55 static int prepare_restrict_fs_bpf(struct restrict_fs_bpf **ret_obj) { in prepare_restrict_fs_bpf()
56 _cleanup_(restrict_fs_bpf_freep) struct restrict_fs_bpf *obj = NULL; in prepare_restrict_fs_bpf()
129 _cleanup_(restrict_fs_bpf_freep) struct restrict_fs_bpf *obj = NULL; in lsm_bpf_supported()
182 _cleanup_(restrict_fs_bpf_freep) struct restrict_fs_bpf *obj = NULL; in lsm_bpf_setup()
299 void lsm_bpf_destroy(struct restrict_fs_bpf *prog) { in lsm_bpf_destroy()
323 void lsm_bpf_destroy(struct restrict_fs_bpf *prog) { in lsm_bpf_destroy()
Dbpf-lsm.h15 typedef struct restrict_fs_bpf restrict_fs_bpf; typedef
22 void lsm_bpf_destroy(struct restrict_fs_bpf *prog);
Dmanager.h459 struct restrict_fs_bpf *restrict_fs;