Searched defs:next_key (Results 26 – 43 of 43) sorted by relevance
12
/Linux-v6.6/kernel/bpf/ |
D | bpf_struct_ops.c | 246 void *next_key) in bpf_struct_ops_map_get_next_key()
|
D | stackmap.c | 590 void *next_key) in stack_map_get_next_key()
|
D | offload.c | 619 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 | 253 void *next_key) in ringbuf_map_get_next_key()
|
D | arraymap.c | 291 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 | 824 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 | 1597 void *key, *next_key; in map_get_next_key() local
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | btf.c | 5315 bool percpu_map, unsigned int next_key, in get_pprint_expected_line() 5481 unsigned int next_key; in do_test_pprint() local
|
/Linux-v6.6/net/core/ |
D | bpf_sk_storage.c | 75 void *next_key) in notsupp_get_next_key()
|
/Linux-v6.6/fs/btrfs/ |
D | tree-checker.c | 1866 struct btrfs_key key, next_key; in __btrfs_check_node() local
|
D | relocation.c | 1213 struct btrfs_path *path, struct btrfs_key *next_key, in replace_path() 1698 struct btrfs_key next_key; in merge_reloc_root() local
|
/Linux-v6.6/drivers/char/ |
D | random.c | 654 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; in extract_entropy() local
|
/Linux-v6.6/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 760 static void next_key(u8 *key, sint round) in next_key() function
|
/Linux-v6.6/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 955 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; in run_options() local
|
/Linux-v6.6/tools/lib/bpf/ |
D | bpf.c | 488 int bpf_map_get_next_key(int fd, const void *key, void *next_key) in bpf_map_get_next_key()
|
D | libbpf.c | 9894 const void *cur_key, void *next_key, size_t key_sz) in bpf_map__get_next_key()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 1393 __aligned_u64 next_key; member
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 1393 __aligned_u64 next_key; member
|
12