Searched refs:tmp_key (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_bpf_hash_map.c | 49 struct key_t tmp_key; in dump_bpf_hash_map() local 70 __builtin_memcpy(&tmp_key, key, sizeof(struct key_t)); in dump_bpf_hash_map() 71 ret = bpf_map_update_elem(&hashmap1, &tmp_key, &tmp_val, 0); in dump_bpf_hash_map() 74 ret = bpf_map_delete_elem(&hashmap1, &tmp_key); in dump_bpf_hash_map()
|
/linux/tools/testing/selftests/net/ |
H A D | tcp_fastopen_backup_key.c | 216 uint32_t tmp_key[4]; in rotate_key() local 231 memcpy(tmp_key, keys + 4, KEY_LENGTH); in rotate_key() 233 memcpy(keys, tmp_key, KEY_LENGTH); in rotate_key()
|
/linux/security/selinux/ss/ |
H A D | avtab.c | 201 struct avtab_key tmp_key; in avtab_search_node_next() local 207 tmp_key = node->key; in avtab_search_node_next() 208 tmp_key.specified = specified; in avtab_search_node_next() 210 cmp = avtab_node_cmp(&tmp_key, &cur->key); in avtab_search_node_next()
|
/linux/net/ipv4/ |
H A D | tcp_ao.c | 1343 void *tmp_key = NULL; in tcp_ao_parse_crypto() local 1350 tmp_key = kmalloc(cmd->keylen, GFP_KERNEL); in tcp_ao_parse_crypto() 1351 if (!tmp_key) in tcp_ao_parse_crypto() 1406 memcpy(tmp_key, cmd->key, cmd->keylen); in tcp_ao_parse_crypto() 1407 sg_init_one(&sg, tmp_key, cmd->keylen); in tcp_ao_parse_crypto() 1435 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto() 1445 kfree_sensitive(tmp_key); in tcp_ao_parse_crypto()
|
/linux/fs/btrfs/ |
H A D | extent-tree.c | 950 struct btrfs_key tmp_key; in lookup_inline_extent_backref() local 952 btrfs_item_key_to_cpu(path->nodes[0], &tmp_key, path->slots[0] + 1); in lookup_inline_extent_backref() 953 if (tmp_key.objectid == bytenr && in lookup_inline_extent_backref() 954 tmp_key.type < BTRFS_BLOCK_GROUP_ITEM_KEY) { in lookup_inline_extent_backref()
|