Searched defs:bprm (Results 1 – 7 of 7) sorted by relevance
67 void BPF_PROG(bprm_committed_creds, struct linux_binprm *bprm) in BPF_PROG()73 int BPF_PROG(bprm_creds_for_exec, struct linux_binprm *bprm) in BPF_PROG()
22 int BPF_PROG(secure_exec, struct linux_binprm *bprm) in BPF_PROG()
109 int BPF_PROG(test_void_hook, struct linux_binprm *bprm) in BPF_PROG()
168 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
69512 struct linux_binprm *bprm; member