KFunc bpf_qdisc_bstats_update
Update Qdisc basic statistics.
Definition
Parameters
sch
: The qdisc from which an skb is dequeued.
skb
: The skb to be dequeued.
Signature
void bpf_qdisc_bstats_update(struct Qdisc *sch, const struct sk_buff *skb)
Usage
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
Docs could be improved
This part of the docs is incomplete, contributions are very welcome