Lines Matching refs:session_pool_socket
27 } session_pool_socket[RTE_MAX_NUMA_NODES]; variable
77 if (session_pool_socket[socket_id].sess_mp == NULL) { in create_asym_op_pool_socket()
87 session_pool_socket[socket_id].sess_mp = mpool; in create_asym_op_pool_socket()
99 if (session_pool_socket[socket_id].priv_mp == NULL) { in fill_session_pool_socket()
118 session_pool_socket[socket_id].priv_mp = sess_mp; in fill_session_pool_socket()
121 if (session_pool_socket[socket_id].sess_mp == NULL) { in fill_session_pool_socket()
137 session_pool_socket[socket_id].sess_mp = sess_mp; in fill_session_pool_socket()
324 qp_conf.mp_session = session_pool_socket[socket_id].sess_mp; in cperf_initialize_cryptodev()
326 session_pool_socket[socket_id].priv_mp; in cperf_initialize_cryptodev()
684 session_pool_socket[socket_id].sess_mp, in main()
685 session_pool_socket[socket_id].priv_mp, in main()