Searched refs:bpf_ctx (Results 1 - 6 of 6) sorted by relevance

/linux-master/kernel/trace/
H A Dbpf_trace.c1073 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1095 return bpf_kprobe_multi_entry_ip(current->bpf_ctx);
1107 return bpf_kprobe_multi_cookie(current->bpf_ctx);
1119 return bpf_uprobe_multi_entry_ip(current->bpf_ctx);
1131 return bpf_uprobe_multi_cookie(current->bpf_ctx);
1145 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1172 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
2772 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx);
2789 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, run_ctx);
3318 run_ctx = container_of(current->bpf_ctx, struc
[all...]
/linux-master/kernel/bpf/
H A Dcgroup.c1564 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);
1586 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);
1600 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx);
2471 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct task_struct, bpf_ctx),
2473 offsetof(struct task_struct, bpf_ctx));
2485 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct task_struct, bpf_ctx),
2487 offsetof(struct task_struct, bpf_ctx));
H A Dbpf_lsm.c185 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
/linux-master/include/linux/
H A Dbpf.h2045 old_ctx = current->bpf_ctx;
2046 current->bpf_ctx = new_ctx;
2054 current->bpf_ctx = old_ctx;
2628 /* Not all bpf prog type has the bpf_ctx.
2629 * For the bpf prog type that has initialized the bpf_ctx,
2635 return !!current->bpf_ctx;
H A Dsched.h1503 struct bpf_run_ctx *bpf_ctx; member in struct:task_struct
/linux-master/kernel/
H A Dfork.c2356 p->bpf_ctx = NULL;

Completed in 131 milliseconds