Skip to content

KFunc bpf_iter_css_destroy

v6.7

Destroy a cgroup iterator.

Definition

void bpf_iter_css_destroy(struct bpf_iter_css *it)

Usage

See bpf_iter_css_new for usage details.

Program types

The following program types can make use of this kfunc:

Example

See bpf_iter_css_new an example.