Function report |
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 activity | Download SCCT | Chinese |
Name: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.
Proto:int nla_policy_len(const struct nla_policy *p, int n)
Type:int
Parameter:
| Type | Parameter | Name |
|---|---|---|
| const struct nla_policy * | p | |
| int | n |
| 442 | len = 0 |
| 445 | If len Then len += la_total_size - total length of attribute including padding*@payload: length of payload |
| 453 | Return len |
| Source code conversion tool public plug-in interface | X |
|---|---|
| Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |