函数逻辑报告 | 
Source Code:kernel\bpf\verifier.c | 
Create Date:2022-07-27 14:17:31 | 
| Last Modify:2022-05-19 20:02:10 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:mpare two verifier states* all states stored in state_list are known to be valid, since* verifier reached 'bpf_exit' instruction through them* this function is called when verifier exploring different branches of* execution popped from the state stack
函数原型:static bool func_states_equal(struct bpf_func_state *old, struct bpf_func_state *cur)
返回类型:bool
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct bpf_func_state * | old | |
| struct bpf_func_state * | cur | 
| 7300 | bool ret = false | 
| 7305 | 如果非idmap则返回:false | 
| 7318 | ret = true | 
| 7319 | out_free : | 
| 7321 | 返回:ret | 
| 名称 | 描述 | 
|---|---|
| states_equal | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |