Home
last modified time | relevance | path

Searched refs:newkey (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_em.c362 union ipv4_5tuple_host newkey; in populate_ipv4_few_flow_into_table() local
365 convert_ipv4_5tuple(&entry.key, &newkey); in populate_ipv4_few_flow_into_table()
366 ret = rte_hash_add_key(h, (void *) &newkey); in populate_ipv4_few_flow_into_table()
391 union ipv6_5tuple_host newkey; in populate_ipv6_few_flow_into_table() local
394 convert_ipv6_5tuple(&entry.key, &newkey); in populate_ipv6_few_flow_into_table()
395 ret = rte_hash_add_key(h, (void *) &newkey); in populate_ipv6_few_flow_into_table()
418 union ipv4_5tuple_host newkey; in populate_ipv4_many_flow_into_table() local
447 convert_ipv4_5tuple(&entry.key, &newkey); in populate_ipv4_many_flow_into_table()
448 int32_t ret = rte_hash_add_key(h, (void *) &newkey); in populate_ipv4_many_flow_into_table()
471 union ipv6_5tuple_host newkey; in populate_ipv6_many_flow_into_table() local
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dmhd.h125 mhioc_resv_key_t newkey; member
135 mhioc_resv_key_t newkey; member
/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c518 uint8_t newkey[TCP_FASTOPEN_KEY_LEN]; in tcp_fastopen_autokey_locked() local
520 arc4rand(newkey, TCP_FASTOPEN_KEY_LEN, 0); in tcp_fastopen_autokey_locked()
521 tcp_fastopen_addkey_locked(newkey); in tcp_fastopen_autokey_locked()
761 uint8_t newkey[TCP_FASTOPEN_KEY_LEN]; in sysctl_net_inet_tcp_fastopen_setkey() local
767 if (req->newlen != sizeof(newkey)) in sysctl_net_inet_tcp_fastopen_setkey()
769 error = SYSCTL_IN(req, newkey, sizeof(newkey)); in sysctl_net_inet_tcp_fastopen_setkey()
774 tcp_fastopen_addkey_locked(newkey); in sysctl_net_inet_tcp_fastopen_setkey()
/f-stack/app/redis-5.0.5/tests/unit/
H A Dkeyspace.tcl46 r set newkey test
47 append res [r exists newkey]
48 r del newkey
49 append res [r exists newkey]
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c346 zfs_keyformat_t keyformat, boolean_t confirm_key, boolean_t newkey, in get_key_interactive() argument
364 if ((ret = libzfs_getpassphrase(keyformat, B_FALSE, newkey, fsname, in get_key_interactive()
380 ret = libzfs_getpassphrase(keyformat, B_TRUE, newkey, fsname, &buf2, in get_key_interactive()
468 const char *fsname, zfs_keyformat_t keyformat, boolean_t newkey, in get_key_material_file() argument
499 get_key_material(libzfs_handle_t *hdl, boolean_t do_verify, boolean_t newkey, in get_key_material() argument
523 do_verify, newkey, &km, &kmlen); in get_key_material()
541 fsname, keyformat, newkey, &km, &kmlen)) != 0) in get_key_material()
661 zfs_handle_t *zhp, boolean_t newkey, zfs_keyformat_t keyformat, in populate_create_encryption_params_nvlists() argument
672 ret = get_key_material(hdl, B_TRUE, newkey, keyformat, keylocation, in populate_create_encryption_params_nvlists()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c399 static TValue *newkey (lua_State *L, Table *t, const TValue *key) { in newkey() function
503 return newkey(L, t, key); in luaH_set()
515 return newkey(L, t, &k); in luaH_setnum()
527 return newkey(L, t, &k); in luaH_setstr()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c3089 union ipv4_5tuple_host newkey; in populate_ipv4_few_flow_into_table() local
3092 convert_ipv4_5tuple(&entry.key, &newkey); in populate_ipv4_few_flow_into_table()
3093 ret = rte_hash_add_key(h, (void *)&newkey); in populate_ipv4_few_flow_into_table()
3115 union ipv6_5tuple_host newkey; in populate_ipv6_few_flow_into_table() local
3118 convert_ipv6_5tuple(&entry.key, &newkey); in populate_ipv6_few_flow_into_table()
3119 ret = rte_hash_add_key(h, (void *)&newkey); in populate_ipv6_few_flow_into_table()
3140 union ipv4_5tuple_host newkey; in populate_ipv4_many_flow_into_table() local
3166 convert_ipv4_5tuple(&entry.key, &newkey); in populate_ipv4_many_flow_into_table()
3167 int32_t ret = rte_hash_add_key(h, (void *)&newkey); in populate_ipv4_many_flow_into_table()
3188 union ipv6_5tuple_host newkey; in populate_ipv6_many_flow_into_table() local
[all …]
/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c50 dictEntry* replaceSateliteDictKeyPtrAndOrDefragDictEntry(dict *d, sds oldkey, sds newkey, uint64_t …
395 dictEntry* replaceSateliteDictKeyPtrAndOrDefragDictEntry(dict *d, sds oldkey, sds newkey, uint64_t … in replaceSateliteDictKeyPtrAndOrDefragDictEntry() argument
404 if (newkey) in replaceSateliteDictKeyPtrAndOrDefragDictEntry()
405 de->key = newkey; in replaceSateliteDictKeyPtrAndOrDefragDictEntry()