Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 13:01:41 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__mark_ptr_or_null_regs
Proto:static void __mark_ptr_or_null_regs(struct bpf_func_state *state, u32 id, bool is_null)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_func_state * | state | |
u32 | id | |
bool | is_null |
5911 | When i < BPF has 10 general purpose 64-bit registers and stack frame. cycle mark_ptr_or_null_reg(state, & regs[i], id, is_null) |
5915 | If Not reg Then Continue |
5917 | mark_ptr_or_null_reg(state, reg, id, is_null) |
Name | Describe |
---|---|
mark_ptr_or_null_regs | The logic is similar to find_good_pkt_pointers(), both could eventually* be folded together at some point. |
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 |