Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:sk_nulls_head

Proto:static inline struct sock *sk_nulls_head(const struct hlist_nulls_head *head)

Type:struct sock

Parameter:

TypeParameterName
const struct hlist_nulls_head *head
588  Return If hlist_nulls_empty(head) Then NULL Else __sk_nulls_head(head)