| Function report | 
| Source Code: kernel\bpf\syscall.c | Create Date:2022-07-28 12:52:02 | 
| Last Modify:2022-05-19 18:06:12 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:bpf_map_new_fd
Proto:int bpf_map_new_fd(struct bpf_map *map, int flags)
Type:int
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct bpf_map * | map | |
| int | flags | 
| 525 | ret = security_bpf_map(map, OPEN_FMODE(flags)) | 
| 529 | Return anon_inode_getfd("bpf-map", & bpf_map_fops, map, flags | O_CLOEXEC) | 
| Name | Describe | 
|---|---|
| map_create | alled via syscall | 
| bpf_map_get_fd_by_id | |
| bpf_obj_get_user | 
| 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 |