函数逻辑报告 |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-27 14:16:03 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:try_match_pkt_pointers
函数原型:static bool try_match_pkt_pointers(const struct bpf_insn *insn, struct bpf_reg_state *dst_reg, struct bpf_reg_state *src_reg, struct bpf_verifier_state *this_branch, struct bpf_verifier_state *other_branch)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct bpf_insn * | insn | |
struct bpf_reg_state * | dst_reg | |
struct bpf_reg_state * | src_reg | |
struct bpf_verifier_state * | this_branch | |
struct bpf_verifier_state * | other_branch |
5954 | 如果Instruction classes ( opcode )恒等于jmp mode in word width 则返回:false |
5958 | 当:alu/jmp fields ( opcode )恒等于BPF_JGT |
5977 | 当:alu/jmp fields ( opcode )恒等于LT is unsigned, '<' |
5996 | 当:alu/jmp fields ( opcode )恒等于BPF_JGE |
6015 | 当:alu/jmp fields ( opcode )恒等于LE is unsigned, '<=' |
6034 | 默认 |
6035 | 返回:false |
6038 | 返回:true |
名称 | 描述 |
---|---|
check_cond_jmp_op |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |