Searched refs:tst (Results 1 – 2 of 2) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_bpf.c | 3201 run_test(const struct bpf_test *tst) in run_test() argument 3207 uint8_t tbuf[tst->arg_sz]; in run_test() 3209 printf("%s(%s) start\n", __func__, tst->name); in run_test() 3211 bpf = rte_bpf_load(&tst->prm); in run_test() 3218 tst->prepare(tbuf); in run_test() 3220 ret = tst->check_result(rc, tbuf); in run_test() 3223 __func__, __LINE__, tst->name, ret, strerror(ret)); in run_test() 3230 tst->prepare(tbuf); in run_test() 3232 rv = tst->check_result(rc, tbuf); in run_test() 3237 __func__, __LINE__, tst->name, in run_test()
|
| /dpdk/lib/bpf/ |
| H A D | bpf_validate.c | 1080 struct bpf_eval_state *fst, *tst; in eval_jcc() local 1084 tst = bvf->evst; in eval_jcc() 1088 trd = tst->rv + ins->dst_reg; in eval_jcc() 1092 trs = tst->rv + ins->src_reg; in eval_jcc()
|