Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 963 Bytes

dctcp_state.md

File metadata and controls

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

KFunc dctcp_state

:octicons-tag-24: v5.13

Call before changing ca_state

Definition

#!c void dctcp_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