Skip to content

KFunc bpf_qdisc_init_prologue

v6.16

A hidden / internal kfunc called by the function prologue of init qdisc struct ops programs.

Definition

Signature

int bpf_qdisc_init_prologue(struct Qdisc *sch, struct netlink_ext_ack *extack)

Usage

This kfunc cannot be called by users directly, it is implicitly called on function entry.

Program types

The following program types can make use of this kfunc:

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome