Function report |
Source Code:kernel\bpf\verifier.c |
Create Date:2022-07-28 12:55:50 |
Last Modify:2022-05-19 20:02:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:type_is_sk_pointer
Proto:static bool type_is_sk_pointer(enum bpf_reg_type type)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
enum bpf_reg_type | type |
373 | Return type == g points to struct bpf_sock || type == g points to sock_common || type == g points to struct tcp_sock || type == g points to struct xdp_sock |
Name | Describe |
---|---|
is_sk_reg | |
check_mem_access | heck whether memory at (regno + off) is accessible for t = (read | write)* if t==write, value_regno is a register which value is stored into memory* if t==read, value_regno is a register which will receive the value from memory* if t==write && |
check_func_arg |
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 |