函数逻辑报告 |
Source Code:lib\nlattr.c |
Create Date:2022-07-27 08:14:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:la_policy_len - Determin the max. length of a policy*@policy: policy to use*@n: number of policies* Determines the max. length of the policy. It is currently used* to allocated Netlink buffers roughly the size of the actual* message.
函数原型:int nla_policy_len(const struct nla_policy *p, int n)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct nla_policy * | p | |
int | n |
442 | len等于0 |
445 | 如果len则len加等于属性的总长度,包括填充 |
453 | 返回:len |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |