Searched refs:restrict_fs_bpf (Results 1 – 3 of 3) sorted by relevance
33 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()
15 typedef struct restrict_fs_bpf restrict_fs_bpf; typedef22 void lsm_bpf_destroy(struct restrict_fs_bpf *prog);
459 struct restrict_fs_bpf *restrict_fs;