Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcgroup.c93 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1823 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1827 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1848 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1849 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1862 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1863 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2709 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2727 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2729 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
[all …]
/linux/net/bpf/
H A Dtest_run.c394 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
/linux/include/linux/
H A Dbpf.h2538 struct bpf_cg_run_ctx { struct