Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 978 Bytes

cubictcp_state.md

File metadata and controls

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

KFunc cubictcp_state

:octicons-tag-24: v5.13

Call before changing ca_state

Definition

#!c void cubictcp_state(struct sock *sk, u8 new_state)

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