函数逻辑报告 | 
Source Code:lib\kobject_uevent.c | 
Create Date:2022-07-27 07:11:55 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:alloc_uevent_skb
函数原型:static struct sk_buff *alloc_uevent_skb(struct kobj_uevent_env *env, const char *action_string, const char *devpath)
返回类型:struct sk_buff
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct kobj_uevent_env * | env | |
| const char * | action_string | |
| const char * | devpath | 
| 288 | len等于strlen(action_string)加strlen(devpath)加2 | 
| 290 | 如果非skb则返回:NULL | 
| 295 | 输出格式化串 | 
| 297 | skb_put_data(skb, buf, buflen) | 
| 299 | parms等于NETLINK_CB(skb) | 
| 300 | uid等于GLOBAL_ROOT_UID | 
| 301 | gid等于GLOBAL_ROOT_GID | 
| 302 | dst_group等于1 | 
| 303 | portid等于0 | 
| 305 | 返回:skb | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |