Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_security/
H A Dversion.map21 rte_security_session_stats_get;
H A Drte_security.c90 rte_security_session_stats_get(struct rte_security_ctx *instance, in rte_security_session_stats_get() function
H A Drte_security.h635 rte_security_session_stats_get(struct rte_security_ctx *instance,
/f-stack/dpdk/app/test/
H A Dtest_security.c1266 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()
[all …]