函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\nlattr.c Create Date:2022-07-27 08:14:42
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:nla_validate_array

函数原型:static int nla_validate_array(const struct nlattr *head, int len, int maxtype, const struct nla_policy *policy, struct netlink_ext_ack *extack, unsigned int validate)

返回类型:int

参数:

类型参数名称
const struct nlattr *head
intlen
intmaxtype
const struct nla_policy *policy
struct netlink_ext_ack *extack
unsigned intvalidate
81  如果有效载荷的长度恒等于0则继续下一循环
84  如果有效载荷的长度小于NLA_HDRLEN
85  NL_SET_ERR_MSG_ATTR(extack, entry, "Array element too short")
87  返回:负ERANGE
90  ret等于__nla_validate(有效载荷的头部, 有效载荷的长度, maxtype, policy, validate, extack)
92  如果ret小于0则返回:ret
96  返回:0
调用者
名称描述
validate_nla