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.c40 struct bpf_cg_run_ctx run_ctx; in bpf_prog_run_array_cg()
1560 struct bpf_cg_run_ctx *ctx; in BPF_CALL_2()
1564 ctx = container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_2()
1585 struct bpf_cg_run_ctx *ctx = in BPF_CALL_0()
1586 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_0()
1599 struct bpf_cg_run_ctx *ctx = in BPF_CALL_1()
1600 container_of(current->bpf_ctx, struct bpf_cg_run_ctx, run_ctx); in BPF_CALL_1()
2457 BUILD_BUG_ON(offsetof(struct bpf_cg_run_ctx, run_ctx) != 0); in cg_sockopt_convert_ctx_access()
2475 BPF_FIELD_SIZEOF(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
2477 offsetof(struct bpf_cg_run_ctx, retval), in cg_sockopt_convert_ctx_access()
[all …]
/linux/net/bpf/
H A Dtest_run.c405 struct bpf_cg_run_ctx run_ctx; in bpf_test_run()
/linux/include/linux/
H A Dbpf.h2039 struct bpf_cg_run_ctx { struct