函数逻辑报告 |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-27 14:25:16 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:select_bucket
函数原型:static inline struct hlist_nulls_head *select_bucket(struct bpf_htab *htab, u32 hash)
返回类型:struct hlist_nulls_head
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_htab * | htab | |
u32 | hash |
417 | 返回:head |
名称 | 描述 |
---|---|
__htab_map_lookup_elem | Called from syscall or from eBPF program directly, so* arguments have to match bpf_map_lookup_elem() exactly.* The return value is adjusted by BPF instructions* in htab_map_gen_lookup(). |
htab_map_get_next_key | Called from syscall |
delete_all_elements | |
fd_htab_map_free |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |