Searched refs:bpf_iter_dmabuf (Results 1 – 2 of 2) sorted by relevance
146 struct bpf_iter_dmabuf { struct161 __bpf_kfunc int bpf_iter_dmabuf_new(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_new()172 __bpf_kfunc struct dma_buf *bpf_iter_dmabuf_next(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_next()184 __bpf_kfunc void bpf_iter_dmabuf_destroy(struct bpf_iter_dmabuf *it) in bpf_iter_dmabuf_destroy()
589 struct bpf_iter_dmabuf;590 extern int bpf_iter_dmabuf_new(struct bpf_iter_dmabuf *it) __weak __ksym;591 extern struct dma_buf *bpf_iter_dmabuf_next(struct bpf_iter_dmabuf *it) __weak __ksym;592 extern void bpf_iter_dmabuf_destroy(struct bpf_iter_dmabuf *it) __weak __ksym;