Searched defs:next_key (Results 26 - 44 of 44) sorted by relevance

12

/linux-master/net/core/
H A Dbpf_sk_storage.c74 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
/linux-master/kernel/bpf/
H A Darena.c83 static int arena_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Darraymap.c323 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dbpf_struct_ops.c426 bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Ddevmap.c243 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
278 dev_map_hash_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dhashtab.c835 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dsyscall.c1731 void *key, *next_key; local
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_security.c760 static void next_key(u8 *key, sint round) function
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c39 long long key, next_key, first_key, value; local
156 long long key, next_key, first_key; local
293 long long key, value[VALUE_SIZE], next_key; local
363 int key, next_key, fd; local
419 int key, next_key, fd, i; local
[all...]
H A Dtest_progs.c552 __u32 key, next_key; local
579 __u32 key, next_key, *cur_key_p, *next_key_p; local
H A Dtest_sockmap.c955 int i, key, next_key, err, tx_prog_fd = -1, zero = 0; local
/linux-master/fs/btrfs/
H A Dtree-checker.c1950 struct btrfs_key key, next_key; local
H A Drelocation.c1661 struct btrfs_key next_key; local
1158 replace_path(struct btrfs_trans_handle *trans, struct reloc_control *rc, struct btrfs_root *dest, struct btrfs_root *src, struct btrfs_path *path, struct btrfs_key *next_key, int lowest_level, int max_level) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dbpf.c495 int bpf_map_get_next_key(int fd, const void *key, void *next_key) argument
H A Dlibbpf.c10487 bpf_map__get_next_key(const struct bpf_map *map, const void *cur_key, void *next_key, size_t key_sz) argument
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf.c5506 unsigned int next_key; local
5338 get_pprint_expected_line(enum pprint_mapv_kind_t mapv_kind, char *expected_line, ssize_t line_size, bool percpu_map, unsigned int next_key, int cpu, void *mapv) argument
/linux-master/drivers/char/
H A Drandom.c654 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; local
/linux-master/include/uapi/linux/
H A Dbpf.h1504 __aligned_u64 next_key; member in union:bpf_attr::__anon2885::__anon2886
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1504 __aligned_u64 next_key; member in union:bpf_attr::__anon3495::__anon3496

Completed in 1119 milliseconds

12