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:la_padlen - length of padding at the tail of attribute*@payload: length of payload

Proto:static inline int nla_padlen(int payload)

Type:int

Parameter:

TypeParameterName
intpayload
1056  Return la_total_size - total length of attribute including padding*@payload: length of payload - la_attr_size - length of attribute not including padding*@payload: length of payload
Caller
NameDescribe
__nla_reserve__nla_reserve - reserve room for attribute on the skb*@skb: socket buffer to reserve room on*@attrtype: attribute type*@attrlen: length of attribute payload* Adds a netlink attribute header to a socket buffer and reserves