Searched refs:bpf_iter_task_vma (Results 1 – 3 of 3) sorted by relevance
16 struct bpf_iter_task_vma vma_it; in iter_next_trusted() 36 struct bpf_iter_task_vma vma_it; in iter_next_trusted_or_null()
18 struct bpf_iter_task_vma;20 extern int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it,23 extern struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) __ksym;24 extern void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) __ksym;
849 struct bpf_iter_task_vma { struct863 __bpf_kfunc int bpf_iter_task_vma_new(struct bpf_iter_task_vma *it, in bpf_iter_task_vma_new()869 BUILD_BUG_ON(sizeof(struct bpf_iter_task_vma_kern) != sizeof(struct bpf_iter_task_vma)); in bpf_iter_task_vma_new()870 BUILD_BUG_ON(__alignof__(struct bpf_iter_task_vma_kern) != __alignof__(struct bpf_iter_task_vma)); in bpf_iter_task_vma_new()992 __bpf_kfunc struct vm_area_struct *bpf_iter_task_vma_next(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_next()1025 __bpf_kfunc void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it) in bpf_iter_task_vma_destroy()