Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:56:46 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add_subprog
Proto:static int add_subprog(struct bpf_verifier_env *env, int off)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_env * | env | |
int | off |
1168 | insn_cnt = Number of filter blocks |
1175 | ret = find_subprog(env, off) |
1176 | If ret >= 0 Then Return 0 |
1178 | If subprog_cnt >= BPF_MAX_SUBPROGS Then |
1183 | sort(subprog_info, subprog_cnt, size of subprog_info[0] , cmp_subprogs, NULL) |
1185 | Return 0 |
Name | Describe |
---|---|
check_subprogs |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |