Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Take into account size of receive queue and backlog queue* Do not take into account this skb truesize,* to allow even a single big packet to come.

Proto:static inline bool sk_rcvqueues_full(const struct sock *sk, unsigned int limit)

Type:bool

Parameter:

TypeParameterName
const struct sock *sk
unsigned intlimit
922  qsize = len + atomic_read( & sk_rmem_alloc)
924  Return qsize > limit