Searched refs:bpf_testmod_test_read_ctx (Results 1 – 8 of 8) sorted by relevance
11 struct bpf_testmod_test_read_ctx { struct41 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()58 out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx); in BPF_PROG()59 out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx); in BPF_PROG()75 struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()92 out->read_ctx_sz = bpf_core_type_size(struct bpf_testmod_test_read_ctx); in BPF_PROG()93 out->read_ctx_exists = bpf_core_type_exists(struct bpf_testmod_test_read_ctx); in BPF_PROG()
11 int BPF_PROG(handle_tp_btf_nullable_bare1, struct bpf_testmod_test_read_ctx *nullable_ctx) in BPF_PROG()17 int BPF_PROG(handle_tp_btf_nullable_bare2, struct bpf_testmod_test_read_ctx *nullable_ctx) in BPF_PROG()
14 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()48 struct task_struct *task, struct bpf_testmod_test_read_ctx *read_ctx) in BPF_PROG()
70 struct bpf_testmod_test_read_ctx /* it exists in bpf_testmod */ { struct96 i += ((struct bpf_testmod_test_read_ctx *)ctx)->len; \ in balancer_ingress()
13 TP_PROTO(struct task_struct *task, struct bpf_testmod_test_read_ctx *ctx),39 TP_PROTO(struct bpf_testmod_test_read_ctx *ctx__nullable),
10 struct bpf_testmod_test_read_ctx { struct
387 struct bpf_testmod_test_read_ctx ctx = { in bpf_testmod_test_read()
22 .read_ctx_sz = sizeof(struct bpf_testmod_test_read_ctx),\