Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:la_nest_cancel - Cancel nesting of attributes*@skb: socket buffer the message is stored in*@start: container attribute* Removes the container attribute and including all nested* attributes. Returns -EMSGSIZE

Proto:static inline void nla_nest_cancel(struct sk_buff *skb, struct nlattr *start)

Type:void

Parameter:

TypeParameterName
struct sk_buff *skb
struct nlattr *start
1734  lmsg_trim - Trim message to a mark*@skb: socket buffer the message is stored in*@mark: mark to trim to* Trims the message to the provided mark.
Caller
NameDescribe
mk_reply