Home
last modified time | relevance | path

Searched defs:dynptr (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Duser_ringbuf_fail.c22 bad_access1(struct bpf_dynptr *dynptr, void *context) in bad_access1()
44 bad_access2(struct bpf_dynptr *dynptr, void *context) in bad_access2()
66 write_forbidden(struct bpf_dynptr *dynptr, void *context) in write_forbidden()
85 null_context_write(struct bpf_dynptr *dynptr, void *context) in null_context_write()
104 null_context_read(struct bpf_dynptr *dynptr, void *context) in null_context_read()
125 try_discard_dynptr(struct bpf_dynptr *dynptr, void *context) in try_discard_dynptr()
144 try_submit_dynptr(struct bpf_dynptr *dynptr, void *context) in try_submit_dynptr()
163 invalid_drain_callback_return(struct bpf_dynptr *dynptr, void *context) in invalid_drain_callback_return()
Duser_ringbuf_success.c38 record_sample(struct bpf_dynptr *dynptr, void *context) in record_sample()
89 read_protocol_msg(struct bpf_dynptr *dynptr, void *context) in read_protocol_msg()
199 do_nothing_cb(struct bpf_dynptr *dynptr, void *context) in do_nothing_cb()
/linux-6.1.9/kernel/bpf/
Dringbuf.c734 struct bpf_dynptr_kern dynptr; in BPF_CALL_4() local
/linux-6.1.9/include/linux/
Dbpf_verifier.h85 } dynptr; member