Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dbpf_trace.c1055 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1077 return bpf_kprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1089 return bpf_kprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1101 return bpf_uprobe_multi_entry_ip(current->bpf_ctx); in BPF_CALL_1()
1113 return bpf_uprobe_multi_cookie(current->bpf_ctx); in BPF_CALL_1()
1127 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1154 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
2710 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, in bpf_kprobe_multi_cookie()
2728 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, in bpf_kprobe_multi_entry_ip()
3441 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_is_return()
[all …]
/linux/kernel/bpf/
A Dcgroup.c1581 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1603 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1617 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2488 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct task_struct, bpf_ctx), in cg_sockopt_convert_ctx_access()
2490 offsetof(struct task_struct, bpf_ctx)); in cg_sockopt_convert_ctx_access()
2502 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct task_struct, bpf_ctx), in cg_sockopt_convert_ctx_access()
2504 offsetof(struct task_struct, bpf_ctx)); in cg_sockopt_convert_ctx_access()
A Dbpf_lsm.c211 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
/linux/include/linux/
A Dbpf.h2089 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()
2090 current->bpf_ctx = new_ctx; in bpf_set_run_ctx()
2098 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
2677 return !!current->bpf_ctx; in has_current_bpf_ctx()
A Dsched.h1543 struct bpf_run_ctx *bpf_ctx; member
/linux/kernel/
A Dfork.c2340 p->bpf_ctx = NULL; in copy_process()

Completed in 39 milliseconds