Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:56:25 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pop_stack
Proto:static int pop_stack(struct bpf_verifier_env *env, int *prev_insn_idx, int *insn_idx)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_verifier_env * | env | |
int * | prev_insn_idx | |
int * | insn_idx |
834 | cur = current verifier state |
838 | If (stack of verifier states to be processed == NULL) Then Return -ENOENT |
841 | If cur Then |
848 | If prev_insn_idx Then prev_insn_idx = prev_insn_idx |
851 | free_verifier_state( & verifer state is 'st'* before processing instruction 'insn_idx'* and after processing instruction 'prev_insn_idx', false) |
855 | Return 0 |
Name | Describe |
---|---|
push_stack | |
do_check | |
bpf_check |
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 |