Lines Matching refs:rte_security_session_stats_get
1265 int ret = rte_security_session_stats_get(NULL, ut_params->sess, &stats); in test_session_stats_get_inv_context()
1266 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_session_stats_get, in test_session_stats_get_inv_context()
1284 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_inv_context_ops()
1286 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_session_stats_get, in test_session_stats_get_inv_context_ops()
1304 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_inv_context_ops_fun()
1306 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_session_stats_get, in test_session_stats_get_inv_context_ops_fun()
1321 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_inv_stats()
1323 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_session_stats_get, in test_session_stats_get_inv_stats()
1345 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_ops_failure()
1347 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_session_stats_get, in test_session_stats_get_ops_failure()
1369 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_success()
1371 TEST_ASSERT_MOCK_FUNCTION_CALL_RET(rte_security_session_stats_get, in test_session_stats_get_success()