Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_crypto.c197 struct rte_hash *session_map; member
394 if (rte_hash_add_key_data(vcrypto->session_map, in vhost_crypto_create_sess()
422 ret = rte_hash_lookup_data(vcrypto->session_map, &sess_id, in vhost_crypto_close_sess()
440 if (rte_hash_del_key(vcrypto->session_map, &sess_id) < 0) { in vhost_crypto_close_sess()
1273 err = rte_hash_lookup_data(vcrypto->session_map, in vhost_crypto_process_one_req()
1461 vcrypto->session_map = rte_hash_create(&params); in rte_vhost_crypto_create()
1462 if (!vcrypto->session_map) { in rte_vhost_crypto_create()
1499 if (vcrypto->session_map) in rte_vhost_crypto_create()
1500 rte_hash_free(vcrypto->session_map); in rte_vhost_crypto_create()
1526 rte_hash_free(vcrypto->session_map); in rte_vhost_crypto_free()