Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1003 Bytes

cubictcp_cong_avoid.md

File metadata and controls

36 lines (24 loc) · 1003 Bytes
title description
KFunc 'cubictcp_cong_avoid'
This page documents the 'cubictcp_cong_avoid' eBPF kfunc, including its defintion, usage, program types that can use it, and examples.

KFunc cubictcp_cong_avoid

:octicons-tag-24: v5.13

Do new cwnd calculation

Definition

#!c void cubictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked)

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