Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sock_wspace

Proto:static inline unsigned long sock_wspace(struct sock *sk)

Type:unsigned long

Parameter:

TypeParameterName
struct sock *sk
2179  amt = 0
2181  If Not (sk_shutdown & SEND_SHUTDOWN) Then
2182  amt = sk_sndbuf - _read - get a refcount's value*@r: the refcount* Return: the refcount's value
2183  If amt < 0 Then amt = 0
2186  Return amt