Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:lmsg_unicast - unicast a netlink message*@sk: netlink socket to spread message to*@skb: netlink message as socket buffer*@portid: netlink portid of the destination socket

Proto:static inline int nlmsg_unicast(struct sock *sk, struct sk_buff *skb, u32 portid)

Type:int

Parameter:

TypeParameterName
struct sock *sk
struct sk_buff *skb
u32portid
985  err = netlink_unicast(sk, skb, portid, Nonblocking io )
986  If err > 0 Then err = 0
989  Return err