Searched defs:bprm (Results 1 – 5 of 5) sorted by relevance
22 int BPF_PROG(secure_exec, struct linux_binprm *bprm) in BPF_PROG()
22 void BPF_PROG(ima, struct linux_binprm *bprm) in BPF_PROG()
108 int BPF_PROG(test_void_hook, struct linux_binprm *bprm) in BPF_PROG()
149 void BPF_PROG(exec, struct linux_binprm *bprm) in BPF_PROG()
688 struct linux_binprm* bprm = (struct linux_binprm*)ctx->args[2]; in raw_tracepoint__sched_process_exec() local