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_end - Finalize nesting of attributes*@skb: socket buffer the attributes are stored in*@start: container attribute* Corrects the container attribute header to include the all* appeneded attributes.* Returns the total data length of the skb.

Proto:static inline int nla_nest_end(struct sk_buff *skb, struct nlattr *start)

Type:int

Parameter:

TypeParameterName
struct sk_buff *skb
struct nlattr *start
1720  nla_len = skb_tail_pointer(skb) - start
1721  Return len
Caller
NameDescribe
mk_reply