Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_ipsec.c1247 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_crypto_inb_burst_null_null()
1349 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_crypto_outb_burst_null_null()
1458 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_crypto_inb_burst_null_null()
1536 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_proto_inb_burst_null_null()
1644 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_crypto_outb_burst_null_null()
1722 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_proto_outb_burst_null_null()
1798 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_lksd_proto_inb_burst_null_null()
1911 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_replay_inb_inside_null_null()
2004 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_replay_inb_outside_null_null()
2104 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_replay_inb_repeat_null_null()
[all …]
H A Dtest_ipsec_perf.c55 static const struct ipsec_test_cfg test_cfg[] = { variable
376 sa->ipsec_xform.options.esn = test_cfg->esn; in fill_ipsec_sa_out()
377 sa->type = test_cfg->type; in fill_ipsec_sa_out()
378 sa->replay_win_sz = test_cfg->replay_win_sz; in fill_ipsec_sa_out()
379 sa->sa_flags = test_cfg->flags; in fill_ipsec_sa_out()
399 sa->type = test_cfg->type; in fill_ipsec_sa_in()
401 sa->sa_flags = test_cfg->flags; in fill_ipsec_sa_in()
417 fill_ipsec_sa_in(test_cfg, sa_in); in init_sa_session()
418 fill_ipsec_sa_out(test_cfg, sa_out); in init_sa_session()
527 if (test_cfg->esn) in print_metrics()
[all …]