Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dringbuf.c595 struct bpf_dynptr_kern *, ptr) in BPF_CALL_4()
634 BPF_CALL_2(bpf_ringbuf_submit_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2()
653 BPF_CALL_2(bpf_ringbuf_discard_dynptr, struct bpf_dynptr_kern *, ptr, u64, flags) in BPF_CALL_2()
H A Dhelpers.c1578 BPF_CALL_4(bpf_dynptr_from_mem,void *,data,u32,size,u64,flags,struct bpf_dynptr_kern *,ptr) BPF_CALL_4() argument
1613 BPF_CALL_5(bpf_dynptr_read,void *,dst,u32,len,const struct bpf_dynptr_kern *,src,u32,offset,u64,flags) BPF_CALL_5() argument
1658 BPF_CALL_5(bpf_dynptr_write,const struct bpf_dynptr_kern *,dst,u32,offset,void *,src,u32,len,u64,flags) BPF_CALL_5() argument
1708 BPF_CALL_3(bpf_dynptr_data,const struct bpf_dynptr_kern *,ptr,u32,offset,u32,len) BPF_CALL_3() argument
[all...]
H A Dverifier.c10583 BTF_ID(struct, bpf_dynptr_kern) in BTF_ID() argument
/openbmc/linux/include/linux/
H A Dbpf.h1217 struct bpf_dynptr_kern { struct
1218 void *data;
1245 u32 __bpf_dynptr_size(const struct bpf_dynptr_kern *ptr); argument