Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\tcp.h Create Date:2022-07-28 06:43:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tcp_rwnd_init_bpf

Proto:static inline u32 tcp_rwnd_init_bpf(struct sock *sk)

Type:u32

Parameter:

TypeParameterName
struct sock *sk
2264  rwnd = tcp_call_bpf(sk, BPF_SOCK_OPS_RWND_INIT, 0, NULL)
2266  If rwnd < 0 Then rwnd = 0
2268  Return rwnd