Searched refs:test_cfg (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_ipsec.c | 1257 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_crypto_inb_burst_null_null() 1359 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_crypto_outb_burst_null_null() 1468 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_crypto_inb_burst_null_null() 1546 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_proto_inb_burst_null_null() 1654 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_crypto_outb_burst_null_null() 1732 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_inline_proto_outb_burst_null_null() 1808 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_lksd_proto_inb_burst_null_null() 1921 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_replay_inb_inside_null_null() 2014 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_replay_inb_outside_null_null() 2114 test_cfg[i].replay_win_sz, test_cfg[i].flags, 0); in test_ipsec_replay_inb_repeat_null_null() [all …]
|
| H A D | test_ipsec_perf.c | 67 static const struct ipsec_test_cfg test_cfg[] = { variable 388 sa->ipsec_xform.options.esn = test_cfg->esn; in fill_ipsec_sa_out() 389 sa->type = test_cfg->type; in fill_ipsec_sa_out() 390 sa->replay_win_sz = test_cfg->replay_win_sz; in fill_ipsec_sa_out() 391 sa->sa_flags = test_cfg->flags; in fill_ipsec_sa_out() 411 sa->type = test_cfg->type; in fill_ipsec_sa_in() 413 sa->sa_flags = test_cfg->flags; in fill_ipsec_sa_in() 429 fill_ipsec_sa_in(test_cfg, sa_in); in init_sa_session() 430 fill_ipsec_sa_out(test_cfg, sa_out); in init_sa_session() 539 if (test_cfg->esn) in print_metrics() [all …]
|