Function report |
Source Code:kernel\bpf\arraymap.c |
Create Date:2022-07-28 13:10:59 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called from syscall or from eBPF program
Proto:static void *array_map_lookup_elem(struct bpf_map *map, void *key)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_map * | map | |
void * | key |
174 | If Value for the false possibility is greater at compile time(index >= max_entries) Then Return NULL |
177 | Return value + elem_size * (index & index_mask) |
Name | Describe |
---|---|
array_map_seq_show_elem | |
bpf_fd_array_map_lookup_elem | ly called from syscall |
prog_array_map_seq_show_elem | |
array_of_map_lookup_elem |
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 |