Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dringbuf.c670 BPF_CALL_4(bpf_ringbuf_reserve_dynptr,struct bpf_map *,map,u32,size,u64,flags,struct bpf_dynptr_kern *,ptr) BPF_CALL_4() argument
709 BPF_CALL_2(bpf_ringbuf_submit_dynptr,struct bpf_dynptr_kern *,ptr,u64,flags) BPF_CALL_2() argument
728 BPF_CALL_2(bpf_ringbuf_discard_dynptr,struct bpf_dynptr_kern *,ptr,u64,flags) BPF_CALL_2() argument
H A Dhelpers.c1846 BPF_CALL_4(bpf_dynptr_from_mem, void *, data, u64, size, u64, flags, struct bpf_dynptr_kern *, ptr) in BPF_CALL_4()
1920 BPF_CALL_5(bpf_dynptr_read, void *, dst, u64, len, const struct bpf_dynptr_kern *, src, in BPF_CALL_5()
1979 BPF_CALL_5(bpf_dynptr_write, const struct bpf_dynptr_kern *, dst, u64, offset, void *, src, in BPF_CALL_5()
1996 BPF_CALL_3(bpf_dynptr_data, const struct bpf_dynptr_kern *, ptr, u64, offset, u64, len) in BPF_CALL_3()
/linux/include/linux/
H A Dbpf.h1406 struct bpf_dynptr_kern { struct
1407 void *data;
1438 u64 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr); argument