Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ipsec_sad.c292 const union rte_ipsec_sad_key *key_arr[] = {tuple}; in __test_lookup_invalid() local
352 const union rte_ipsec_sad_key *key_arr[] = {tuple}; in __test_lookup_basic() local
368 status = rte_ipsec_sad_lookup(sad, key_arr, sa, 1); in __test_lookup_basic()
376 status = rte_ipsec_sad_lookup(sad, key_arr, sa, 1); in __test_lookup_basic()
380 key_arr[0] = tuple_1; in __test_lookup_basic()
381 status = rte_ipsec_sad_lookup(sad, key_arr, sa, 1); in __test_lookup_basic()
384 key_arr[0] = tuple; in __test_lookup_basic()
426 const union rte_ipsec_sad_key **key_arr) in __test_lookup_adv() argument
666 const union rte_ipsec_sad_key *key_arr[] = { in test_lookup_adv() local
674 key_arr); in test_lookup_adv()
[all …]