Searched defs:next_key (Results 1 – 17 of 17) sorted by relevance
| /kernel/bpf/ |
| D | bpf_inode_storage.c | 179 void *next_key) in notsupp_get_next_key()
|
| D | reuseport_array.c | 317 void *next_key) in reuseport_array_get_next_key()
|
| D | bloom_filter.c | 78 static int bloom_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in bloom_map_get_next_key()
|
| D | bpf_cgrp_storage.c | 145 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
|
| D | queue_stack_maps.c | 255 void *next_key) in queue_stack_map_get_next_key()
|
| D | devmap.c | 254 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in dev_map_get_next_key() 290 void *next_key) in dev_map_hash_get_next_key()
|
| D | bpf_task_storage.c | 305 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) in notsupp_get_next_key()
|
| D | lpm_trie.c | 645 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key; in trie_get_next_key() local
|
| D | arena.c | 83 static int arena_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in arena_map_get_next_key()
|
| D | cpumap.c | 626 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in cpu_map_get_next_key()
|
| D | stackmap.c | 673 void *next_key) in stack_map_get_next_key()
|
| D | offload.c | 626 int bpf_map_offload_get_next_key(struct bpf_map *map, void *key, void *next_key) in bpf_map_offload_get_next_key()
|
| D | ringbuf.c | 256 void *next_key) in ringbuf_map_get_next_key()
|
| D | bpf_struct_ops.c | 449 void *next_key) in bpf_struct_ops_map_get_next_key()
|
| D | arraymap.c | 326 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in array_map_get_next_key()
|
| D | hashtab.c | 838 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) in htab_map_get_next_key()
|
| D | syscall.c | 1709 void *key, *next_key; in map_get_next_key() local
|