Searched refs:bpf_ctx (Results 1 - 6 of 6) sorted by last modified time

/linux-master/kernel/
H A Dfork.c2356 p->bpf_ctx = NULL;
/linux-master/include/linux/
H A Dsched.h1507 struct bpf_run_ctx *bpf_ctx; member in struct:task_struct
H A Dbpf.h2061 old_ctx = current->bpf_ctx;
2062 current->bpf_ctx = new_ctx;
2070 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;
/linux-master/kernel/trace/
H A Dbpf_trace.c1079 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1101 return bpf_kprobe_multi_entry_ip(current->bpf_ctx);
1113 return bpf_kprobe_multi_cookie(current->bpf_ctx);
1125 return bpf_uprobe_multi_entry_ip(current->bpf_ctx);
1137 return bpf_uprobe_multi_cookie(current->bpf_ctx);
1151 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
1178 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx);
2797 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx,
2815 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx,
3353 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);

Completed in 377 milliseconds