Function report |
Source Code:kernel\bpf\reuseport_array.c |
Create Date:2022-07-28 13:29:48 |
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
Proto:static int reuseport_array_get_next_key(struct bpf_map *map, void *key, void *next_key)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct bpf_map * | map | |
void * | key | |
void * | next_key |
337 | array = reuseport_array(map) |
341 | If index >= max_entries Then |
342 | next = 0 |
343 | Return 0 |
346 | If index == max_entries - 1 Then Return -ENOENT |
350 | Return 0 |
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 |