Function report |
Source Code:kernel\bpf\arraymap.c |
Create Date:2022-07-28 13:11:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fd_array_map_alloc_check
Proto:static int fd_array_map_alloc_check(union bpf_attr *attr)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
union bpf_attr * | attr |
523 | If size of value in bytes != sizeof(u32) Then Return -EINVAL |
526 | If BPF_MAP_CREATE related * flags defined above. & (Flags for accessing BPF object from program side. | BPF_F_WRONLY_PROG) Then Return -EINVAL |
528 | Return 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 |