Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.16 KB

bpf_cpumask_setall.md

File metadata and controls

40 lines (27 loc) · 1.16 KB
title description
KFunc 'bpf_cpumask_setall'
This page documents the 'bpf_cpumask_setall' eBPF kfunc, including its defintion, usage, program types that can use it, and examples.

KFunc bpf_cpumask_setall

:octicons-tag-24: v6.3

Set all of the bits in a BPF cpumask.

Definition

cpumask: The BPF cpumask having all of its bits set.

#!c void bpf_cpumask_setall(struct bpf_cpumask *cpumask)

Usage

!!! example "Docs could be improved" This part of the docs is incomplete, contributions are very welcome

Program types

The following program types can make use of this kfunc:

Example

!!! example "Docs could be improved" This part of the docs is incomplete, contributions are very welcome