Searched refs:bpf_cg_run_ctx (Results 1 – 2 of 2) 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() 1760 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2() 1764 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2() 1785 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0() 1786 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0() 1799 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1() 1800 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1() 2645 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access() 2663 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() 2665 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access() [all …]
|
| /linux/include/linux/ |
| H A D | bpf.h | 2407 struct bpf_cg_run_ctx { struct
|