Searched refs:bpf_cg_run_ctx (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/kernel/bpf/ |
D | cgroup.c | 40 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg() 1562 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2() 1566 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2() 1587 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0() 1588 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0() 1601 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1() 1602 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1() 2456 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access() 2474 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() 2476 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() [all …]
|
/linux-6.6.21/net/bpf/ |
D | test_run.c | 397 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
|
/linux-6.6.21/include/linux/ |
D | bpf.h | 1879 struct bpf_cg_run_ctx { struct
|