Searched defs:bpf_dynptr_kern (Results 1 – 2 of 2) sorted by relevance
/kernel/bpf/ |
D | ringbuf.c | 566 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()
|
D | helpers.c | 1469 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u32, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4() 1504 BPF_CALL_5(bpf_dynptr_read, void *, dst, u32, len, struct bpf_dynptr_kern *, src, in BPF_CALL_5() 1532 BPF_CALL_5(bpf_dynptr_write, struct bpf_dynptr_kern *, dst, u32, offset, void *, src, in BPF_CALL_5() 1560 BPF_CALL_3(bpf_dynptr_data, struct bpf_dynptr_kern *, ptr, u32, offset, u32, len) in BPF_CALL_3()
|