Function report |
Source Code:kernel\bpf\hashtab.c |
Create Date:2022-07-28 13:09:46 |
Last Modify:2022-05-23 09:15:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:free_htab_elem
Proto:static void free_htab_elem(struct bpf_htab *htab, struct htab_elem *l)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_htab * | htab | |
struct htab_elem * | l |
682 | If map_fd_put_ptr Then |
683 | ptr = fd_htab_map_get_ptr(map, l) |
685 | map_fd_put_ptr(ptr) |
688 | If htab_is_prealloc(htab) Then |
690 | Else |
Name | Describe |
---|---|
htab_map_update_elem | Called from syscall or from eBPF program |
htab_map_delete_elem | Called from syscall or from eBPF program |
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 |