Function report |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-28 13:09:25 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__select_bucket
Proto:static inline struct bucket *__select_bucket(struct bpf_htab *htab, u32 hash)
Type:struct bucket
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_htab * | htab | |
u32 | hash |
412 | Return buckets[hash & ( number of hash buckets - 1)] |
Name | Describe |
---|---|
select_bucket | |
htab_lru_map_delete_node | |
htab_map_update_elem | Called from syscall or from eBPF program |
htab_lru_map_update_elem | |
__htab_percpu_map_update_elem | |
__htab_lru_percpu_map_update_elem | |
htab_map_delete_elem | Called from syscall or from eBPF program |
htab_lru_map_delete_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 |