Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dcgroup.c57 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1579 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1583 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1604 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1605 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1618 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1619 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2476 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2494 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2496 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
[all …]
/openbmc/linux/net/bpf/
H A Dtest_run.c398 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
/openbmc/linux/include/linux/
H A Dbpf.h1907 struct bpf_cg_run_ctx { struct