Lines Matching defs:ret

260 	int ret;  member
273 int ret; in mock_session_create() local
303 int ret; member
331 unsigned int ret; member
357 int ret; member
386 int ret; member
419 int ret; member
453 int ret; member
486 struct rte_security_capability *ret; member
677 int ret = rte_security_session_destroy(&ut_params->ctx, in destroy_session_with_check() local
709 int ret = ut_setup(); in ut_setup_with_session() local
910 int i, ret; in test_session_create_mempool_empty() local
1031 int ret = rte_security_session_update(NULL, ut_params->sess, in test_session_update_inv_context() local
1050 int ret = rte_security_session_update(&ut_params->ctx, ut_params->sess, in test_session_update_inv_context_ops() local
1069 int ret = rte_security_session_update(&ut_params->ctx, ut_params->sess, in test_session_update_inv_context_ops_fun() local
1086 int ret = rte_security_session_update(&ut_params->ctx, ut_params->sess, in test_session_update_inv_configuration() local
1103 int ret = rte_security_session_update(&ut_params->ctx, NULL, in test_session_update_inv_session() local
1126 int ret = rte_security_session_update(&ut_params->ctx, ut_params->sess, in test_session_update_ops_failure() local
1148 int ret = rte_security_session_update(&ut_params->ctx, ut_params->sess, in test_session_update_success() local
1168 unsigned int ret = rte_security_session_get_size(NULL); in test_session_get_size_inv_context() local
1186 unsigned int ret = rte_security_session_get_size(&ut_params->ctx); in test_session_get_size_inv_context_ops() local
1204 unsigned int ret = rte_security_session_get_size(&ut_params->ctx); in test_session_get_size_inv_context_ops_fun() local
1224 unsigned int ret = rte_security_session_get_size(&ut_params->ctx); in test_session_get_size_ops_failure() local
1243 unsigned int ret = rte_security_session_get_size(&ut_params->ctx); in test_session_get_size_success() local
1265 int ret = rte_security_session_stats_get(NULL, ut_params->sess, &stats); in test_session_stats_get_inv_context() local
1284 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_inv_context_ops() local
1304 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_inv_context_ops_fun() local
1321 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_inv_stats() local
1345 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_ops_failure() local
1369 int ret = rte_security_session_stats_get(&ut_params->ctx, in test_session_stats_get_success() local
1395 int ret = rte_security_session_destroy(NULL, ut_params->sess); in test_session_destroy_inv_context() local
1420 int ret = rte_security_session_destroy(&ut_params->ctx, in test_session_destroy_inv_context_ops() local
1446 int ret = rte_security_session_destroy(&ut_params->ctx, in test_session_destroy_inv_context_ops_fun() local
1470 int ret = rte_security_session_destroy(&ut_params->ctx, NULL); in test_session_destroy_inv_session() local
1498 int ret = rte_security_session_destroy(&ut_params->ctx, in test_session_destroy_ops_failure() local
1525 int ret = rte_security_session_destroy(&ut_params->ctx, in test_session_destroy_success() local
1559 int ret = rte_security_set_pkt_metadata(NULL, ut_params->sess, &m, in test_set_pkt_metadata_inv_context() local
1584 int ret = rte_security_set_pkt_metadata(&ut_params->ctx, in test_set_pkt_metadata_inv_context_ops() local
1608 int ret = rte_security_set_pkt_metadata(&ut_params->ctx, in test_set_pkt_metadata_inv_context_ops_fun() local
1628 int ret = rte_security_set_pkt_metadata(&ut_params->ctx, NULL, in test_set_pkt_metadata_inv_session() local
1657 int ret = rte_security_set_pkt_metadata(&ut_params->ctx, in test_set_pkt_metadata_ops_failure() local
1682 int ret = rte_security_set_pkt_metadata(&ut_params->ctx, in test_set_pkt_metadata_success() local
1705 void *ret = rte_security_get_userdata(NULL, md); in test_get_userdata_inv_context() local
1728 void *ret = rte_security_get_userdata(&ut_params->ctx, md); in test_get_userdata_inv_context_ops() local
1750 void *ret = rte_security_get_userdata(&ut_params->ctx, md); in test_get_userdata_inv_context_ops_fun() local
1774 void *ret = rte_security_get_userdata(&ut_params->ctx, md); in test_get_userdata_ops_failure() local
1797 void *ret = rte_security_get_userdata(&ut_params->ctx, md); in test_get_userdata_success() local
1816 const struct rte_security_capability *ret; in test_capabilities_get_inv_context() local
1835 const struct rte_security_capability *ret; in test_capabilities_get_inv_context_ops() local
1854 const struct rte_security_capability *ret; in test_capabilities_get_inv_context_ops_fun() local
1875 const struct rte_security_capability *ret; in test_capabilities_get_ops_failure() local
1896 const struct rte_security_capability *ret; in test_capabilities_get_success() local
1918 const struct rte_security_capability *ret; in test_capability_get_inv_context() local
1938 const struct rte_security_capability *ret; in test_capability_get_inv_context_ops() local
1958 const struct rte_security_capability *ret; in test_capability_get_inv_context_ops_fun() local
1975 const struct rte_security_capability *ret; in test_capability_get_inv_idx() local
1997 const struct rte_security_capability *ret; in test_capability_get_ops_failure() local
2024 const struct rte_security_capability *ret; in test_capability_get_empty_table() local
2059 const struct rte_security_capability *ret; in test_capability_get_no_matching_action() local
2097 const struct rte_security_capability *ret; in test_capability_get_no_matching_protocol() local
2132 const struct rte_security_capability *ret; in test_capability_get_no_support_for_macsec() local
2172 const struct rte_security_capability *ret; in test_capability_get_ipsec_mismatch_proto() local
2214 const struct rte_security_capability *ret; in test_capability_get_ipsec_mismatch_mode() local
2258 const struct rte_security_capability *ret; in test_capability_get_ipsec_mismatch_dir() local
2305 const struct rte_security_capability *ret; in test_capability_get_ipsec_match() local
2345 const struct rte_security_capability *ret; in test_capability_get_pdcp_mismatch_domain() local
2388 const struct rte_security_capability *ret; in test_capability_get_pdcp_match() local
2428 const struct rte_security_capability *ret; in test_capability_get_docsis_mismatch_direction() local
2471 const struct rte_security_capability *ret; in test_capability_get_docsis_match() local