Home
last modified time | relevance | path

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

/linux-6.3-rc2/kernel/bpf/
A Dringbuf.c566 struct bpf_dynptr_kern *, ptr) in BPF_CALL_4()
605 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2()
624 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2()
A Dhelpers.c1462 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4()
1497 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5()
1529 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5()
1561 BPF_CALL_3(bpf_dynptr_data, const struct bpf_dynptr_kern *, ptr, u32, offset, u32, len) in BPF_CALL_3()
A Dverifier.c8742 BTF_ID(struct, bpf_dynptr_kern) in BTF_ID() argument
/linux-6.3-rc2/include/linux/
A Dbpf.h2917 struct bpf_dynptr_kern { struct
2940 void bpf_dynptr_init(struct bpf_dynptr_kern *ptr, void *data, argument

Completed in 44 milliseconds