Skip to content

KFunc bbr_cwnd_event_tx_start

v7.1

Default BBR implementation of tcp_congestion_ops->cwnd_event_tx_start.

Definition

Parameters

sk: The socket given to the cwnd_event_tx_start callback.

Signature

void bbr_cwnd_event_tx_start(struct sock *sk)

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