Skip to content

KFunc bbr_main

v5.13

Notify BBR congestion control algorithm of newly delivered packets.

Definition

void bbr_main(struct sock *sk, u32 ack, int flag, const struct rate_sample *rs)

signature changed

The signature of this kfunc has changed in v6.10. The previous signature was void bbr_main(struct sock *sk, const struct rate_sample *rs) weak ELF symbols can be used to support both versions.

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