函数逻辑报告 |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-27 14:25:42 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:free_htab_elem
函数原型:static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_htab * | htab | |
struct htab_elem * | l |
682 | 如果map_fd_put_ptr则 |
683 | ptr等于fd_htab_map_get_ptr(map, l) |
685 | map_fd_put_ptr(ptr) |
688 | 如果htab_is_prealloc(htab)则 |
690 | 否则 |
名称 | 描述 |
---|---|
htab_map_update_elem | Called from syscall or from eBPF program |
htab_map_delete_elem | Called from syscall or from eBPF program |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |