Searched refs:next_key (Results 1 - 25 of 50) sorted by path

12

/linux-master/drivers/char/
H A Drandom.c654 u8 seed[BLAKE2S_HASH_SIZE], next_key[BLAKE2S_HASH_SIZE]; local
680 /* next_key = HASHPRF(seed, RDSEED || 0) */
682 blake2s(next_key, (u8 *)&block, seed, sizeof(next_key), sizeof(block), sizeof(seed));
683 blake2s_init_key(&input_pool.hash, BLAKE2S_HASH_SIZE, next_key, sizeof(next_key));
686 memzero_explicit(next_key, sizeof(next_key));
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dcmsg.c404 void *next_key)
407 NULL, NULL, 0, next_key, NULL);
411 void *key, void *next_key)
414 key, NULL, 0, next_key, NULL);
403 nfp_bpf_ctrl_getfirst_entry(struct bpf_offloaded_map *offmap, void *next_key) argument
410 nfp_bpf_ctrl_getnext_entry(struct bpf_offloaded_map *offmap, void *key, void *next_key) argument
H A Dmain.h599 void *next_key);
606 void *key, void *next_key);
H A Doffload.c309 void *key, void *next_key)
312 return nfp_bpf_ctrl_getfirst_entry(offmap, next_key);
313 return nfp_bpf_ctrl_getnext_entry(offmap, key, next_key);
308 nfp_bpf_map_get_next_key(struct bpf_offloaded_map *offmap, void *key, void *next_key) argument
/linux-master/drivers/net/netdevsim/
H A Dbpf.c367 void *key, void *next_key)
383 memcpy(next_key, nmap->entry[idx].key,
366 nsim_map_get_next_key(struct bpf_offloaded_map *offmap, void *key, void *next_key) argument
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_security.c760 static void next_key(u8 *key, sint round) function
871 next_key(round_key, round);
884 next_key(round_key, round);
/linux-master/fs/btrfs/
H A Drelocation.c1209 struct btrfs_path *path, struct btrfs_key *next_key,
1255 if (next_key) {
1256 next_key->objectid = (u64)-1;
1257 next_key->type = (u8)-1;
1258 next_key->offset = (u64)-1;
1272 if (next_key && slot + 1 < btrfs_header_nritems(parent))
1273 btrfs_node_key_to_cpu(parent, next_key, slot + 1);
1697 struct btrfs_key next_key; local
1736 btrfs_node_key_to_cpu(path->nodes[level], &next_key,
1738 WARN_ON(memcmp(&key, &next_key, sizeo
1207 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...]
H A Dtree-checker.c1955 struct btrfs_key key, next_key; local
1978 btrfs_node_key_to_cpu(node, &next_key, slot + 1);
1992 if (unlikely(btrfs_comp_cpu_keys(&key, &next_key) >= 0)) {
1996 next_key.objectid, next_key.type,
1997 next_key.offset);
H A Dtree-log.c5924 goto next_key;
5970 next_key:
/linux-master/include/linux/
H A Dbpf.h87 int (*map_get_next_key)(struct bpf_map *map, void *key, void *next_key);
541 void *key, void *next_key);
2955 void *key, void *next_key);
/linux-master/include/uapi/linux/
H A Dbpf.h241 * the *next_key* pointer to the key of the first element.
243 * *next_key* pointer to the key of the next element.
1502 __aligned_u64 next_key; member in union:bpf_attr::__anon2590::__anon2591
/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.c291 static int array_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
295 u32 *next = (u32 *)next_key;
H A Dbloom_filter.c78 static int bloom_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dbpf_cgrp_storage.c145 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dbpf_inode_storage.c187 void *next_key)
186 notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dbpf_struct_ops.c427 void *next_key)
432 *(u32 *)next_key = 0;
426 bpf_struct_ops_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dbpf_task_storage.c305 static int notsupp_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dcpumap.c623 static int cpu_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
627 u32 *next = next_key;
H A Ddevmap.c243 static int dev_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
247 u32 *next = next_key;
279 void *next_key)
282 u32 idx, *next = next_key;
278 dev_map_hash_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dhashtab.c832 static int htab_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
863 memcpy(next_key, next_l->key, key_size);
881 memcpy(next_key, next_l->key, key_size);
H A Dlpm_trie.c619 struct bpf_lpm_trie_key_u8 *key = _key, *next_key = _next_key; local
705 next_key->prefixlen = next_node->prefixlen;
706 memcpy((void *)next_key + offsetof(struct bpf_lpm_trie_key_u8, data),
H A Doffload.c626 int bpf_map_offload_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
633 ret = offmap->dev_ops->map_get_next_key(offmap, key, next_key);
H A Dqueue_stack_maps.c255 void *next_key)
254 queue_stack_map_get_next_key(struct bpf_map *map, void *key, void *next_key) argument
H A Dreuseport_array.c317 void *next_key)
321 u32 *next = (u32 *)next_key;
316 reuseport_array_get_next_key(struct bpf_map *map, void *key, void *next_key) argument

Completed in 390 milliseconds

12