函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:11:34 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:heck access to 'struct bpf_context' fields. Supports fixed offsets only
函数原型:static int check_ctx_access(struct bpf_verifier_env *env, int insn_idx, int off, int size, enum bpf_access_type t, enum bpf_reg_type *reg_type, u32 *btf_id)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct bpf_verifier_env * | env | |
int | insn_idx | |
int | off | |
int | size | |
enum bpf_access_type | t | |
enum bpf_reg_type * | reg_type | |
u32 * | btf_id |
2404 | struct bpf_insn_access_aux info = {reg_type = * reg_type, r verbose logs = & log, } |
2409 | 如果is_valid_access且is_valid_access(off, size, t, BPF program being verified , & info)则 |
2420 | 如果reg_type恒等于g points to kernel struct 则btf_id等于btf_id |
2425 | 如果max_ctx_offset小于off加size则max_ctx_offset等于off加size |
2427 | 返回:0 |
2431 | 返回:负EACCES |
名称 | 描述 |
---|---|
check_mem_access | heck whether memory at (regno + off) is accessible for t = (read | write)* if t==write, value_regno is a register which value is stored into memory* if t==read, value_regno is a register which will receive the value from memory* if t==write && |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |