Function report |
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 activity | Download SCCT | Chinese |
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:
| Type | Parameter | Name |
|---|---|---|
| struct sock * | sk | |
| struct sk_buff * | skb | |
| u32 | portid |
| 985 | err = netlink_unicast(sk, skb, portid, Nonblocking io ) |
| 989 | Return err |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |