Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\skmsg.h Create Date:2022-07-28 13:16:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:sk_psock_queue_msg

Proto:static inline void sk_psock_queue_msg(struct sk_psock *psock, struct sk_msg *msg)

Type:void

Parameter:

TypeParameterName
struct sk_psock *psock
struct sk_msg *msg
289  list_add_tail - add a new entry*@new: new entry to be added*@head: list head to add it before* Insert a new entry before the specified head.* This is useful for implementing queues.