Searched refs:bpf_cg_run_ctx (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | cgroup.c | 57 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg() 1594 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2() 1598 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2() 1619 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0() 1620 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0() 1633 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1() 1634 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1() 2491 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access() 2509 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() 2511 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() [all …]
|
| /linux-6.15/net/bpf/ |
| H A D | test_run.c | 406 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
|
| /linux-6.15/include/linux/ |
| H A D | bpf.h | 2150 struct bpf_cg_run_ctx { struct
|