Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:59:25 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_raw_mode_ok
Proto:static bool check_raw_mode_ok(const struct bpf_func_proto *fn)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct bpf_func_proto * | fn |
3798 | count = 0 |
3800 | If arg1_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++ |
3802 | If arg2_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++ |
3804 | If arg3_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++ |
3806 | If arg4_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++ |
3808 | If arg5_type == pointer to memory does not need to be initialized,* helper function must fill all bytes or clear* them in error case. Then count++ |
3815 | Return count <= 1 |
Name | Describe |
---|---|
check_func_proto |
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 |