Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sk_backlog_rcv

Proto:static inline int sk_backlog_rcv(struct sock *sk, struct sk_buff *skb)

Type:int

Parameter:

TypeParameterName
struct sock *sk
struct sk_buff *skb
951  If sk_memalloc_socks() && skb_pfmemalloc - Test if the skb was allocated from PFMEMALLOC reserves*@skb: buffer Then Return __sk_backlog_rcv(sk, skb)
954  Return sk_backlog_rcv(sk, skb)