Function report |
Source Code:kernel\bpf\map_in_map.c |
Create Date:2022-07-28 13:13: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_map_meta_equal
Proto:bool bpf_map_meta_equal(const struct bpf_map *meta0, const struct bpf_map *meta1)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct bpf_map * | meta0 | |
const struct bpf_map * | meta1 |
80 | Return map_type == map_type && key_size == key_size && value_size == value_size && map_flags == map_flags && max_entries == max_entries |
Name | Describe |
---|---|
bpf_map_fd_get_ptr |
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 |