Home
last modified time | relevance | path

Searched refs:bpf_cg_run_ctx (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/kernel/bpf/
Dhelpers.c415 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
419 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
/Linux-v5.15/include/linux/
Dbpf.h1155 struct bpf_cg_run_ctx { struct
1199 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG_FLAGS()
1229 struct bpf_cg_run_ctx run_ctx; in BPF_PROG_RUN_ARRAY_CG()
/Linux-v5.15/net/bpf/
Dtest_run.c94 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()