Function report |
Source Code:lib\nlattr.c |
Create Date:2022-07-28 07:16:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:la_strdup - Copy string attribute payload into a newly allocated buffer*@nla: attribute to copy the string from*@flags: the type of memory to allocate (see kmalloc).* Returns a pointer to the allocated buffer or NULL on error.
Proto:char *nla_strdup(const struct nlattr *nla, gfp_t flags)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
const struct nlattr * | nla | |
gfp_t | flags |
551 | If (dst != NULL) Then |
555 | Return dst |
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 |