Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\nlattr.c Create Date:2022-07-28 07:16:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__nla_parse - Parse a stream of attributes into a tb buffer*@tb: destination array with maxtype+1 elements*@maxtype: maximum attribute type to be expected*@head: head of attribute stream*@len: length of attribute stream*@policy: validation

Proto:int __nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, int len, const struct nla_policy *policy, unsigned int validate, struct netlink_ext_ack *extack)

Type:int

Parameter:

TypeParameterName
struct nlattr **tb
intmaxtype
const struct nlattr *head
intlen
const struct nla_policy *policy
unsigned intvalidate
struct netlink_ext_ack *extack
478  Return __nla_validate_parse(head, len, maxtype, policy, validate, extack, tb)