Skip to content

KFunc bpf_iter_task_vma_destroy

v6.7

Destroy the task vma iterator.

Definition

void bpf_iter_task_vma_destroy(struct bpf_iter_task_vma *it)

Usage

See bpf_iter_task_vma_new for usage details.

Program types

The following program types can make use of this kfunc:

Example

See bpf_iter_task_vma_new for examples.