Function report |
Source Code:include\linux\bpf.h |
Create Date:2022-07-28 05:54:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bpf_map_flags_access_ok
Proto:static inline bool bpf_map_flags_access_ok(u32 access_flags)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
u32 | access_flags |
646 | Return (access_flags & (Flags for accessing BPF object from program side. | BPF_F_WRONLY_PROG)) != (Flags for accessing BPF object from program side. | BPF_F_WRONLY_PROG) |
Name | Describe |
---|---|
htab_map_alloc_check | Called from syscall |
array_map_alloc_check | Called from syscall |
trie_alloc | |
cgroup_storage_map_alloc | |
queue_stack_map_alloc_check | Called from syscall |
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 |