Home
last modified time | relevance | path

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

/Linux-v6.6/kernel/bpf/
Dcgroup.c40 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1549 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1553 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1574 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1575 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1588 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1589 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2443 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2461 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2463 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
[all …]
/Linux-v6.6/net/bpf/
Dtest_run.c397 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
/Linux-v6.6/include/linux/
Dbpf.h1861 struct bpf_cg_run_ctx { struct