Function report |
Source Code:include\linux\filter.h |
Create Date:2022-07-28 06:07:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_ctx_off_adjust_machine
Proto:static inline u32 bpf_ctx_off_adjust_machine(u32 size)
Type:u32
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | size |
743 | size_machine = sizeof(unsignedlong) |
745 | If size > size_machine && size % size_machine == 0 Then size = size_machine |
748 | Return size |
Name | Describe |
---|---|
convert_ctx_accesses | vert load instructions that access fields of a context type into a* sequence of instructions that access fields of the underlying structure:* struct __sk_buff -> struct sk_buff* struct bpf_sock_ops -> struct sock |
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 |