Searched defs:bpf_dynptr_kern (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/bpf/ |
H A D | ringbuf.c | 592 struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() 631 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2() 650 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2()
|
H A D | helpers.c | 1720 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() 1789 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5() 1845 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5() 1862 BPF_CALL_3(bpf_dynptr_data, const struct bpf_dynptr_kern *, ptr, u32, offset, u32, len) in BPF_CALL_3()
|
/linux/include/linux/ |
H A D | bpf.h | 1336 struct bpf_dynptr_kern { struct 1337 void *data; 1364 u32 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr); argument
|