Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lmsg_get_pos - return current position in netlink message*@skb: socket buffer the message is stored in* Returns a pointer to the current tail of the message.

Proto:static inline void *nlmsg_get_pos(struct sk_buff *skb)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
913  Return skb_tail_pointer(skb)