Searched refs:bpf_cg_run_ctx (Results 1 – 3 of 3) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 71 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg() 1764 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2() 1768 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2() 1789 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0() 1790 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0() 1803 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1() 1804 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1() 2649 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access() 2667 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() 2669 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() [all …]
|
| /linux/net/bpf/ |
| H A D | test_run.c | 395 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
|
| /linux/include/linux/ |
| H A D | bpf.h | 2253 struct bpf_cg_run_ctx { struct
|