Lines Matching refs:retval
393 u32 *retval, u32 *time, bool xdp)
421 *retval = bpf_prog_run_xdp(prog, ctx);
423 *retval = bpf_prog_run(prog, ctx);
438 u32 retval, u32 duration)
491 if (copy_to_user(&uattr->test.retval, &retval, sizeof(retval)))
658 u32 retval = 0;
674 bpf_fentry_test9(&retval) != 0)
690 retval = ((u32)side_effect << 16) | ret;
691 if (copy_to_user(&uattr->test.retval, &retval, sizeof(retval)))
703 u32 retval;
712 info->retval = bpf_prog_run(info->prog, info->ctx);
767 copy_to_user(&uattr->test.retval, &info.retval, sizeof(u32)))
953 u32 retval, duration;
1046 ret = bpf_test_run(prog, skb, repeat, &retval, &duration, false);
1066 ret = bpf_test_finish(kattr, uattr, skb->data, NULL, size, retval,
1144 u32 retval = 0, duration, max_data_sz;
1257 ret = bpf_test_run(prog, &xdp, repeat, &retval, &duration, true);
1268 retval, duration);
1312 u32 retval, duration;
1349 retval = bpf_flow_dissect(prog, &ctx, eth->h_proto, ETH_HLEN,
1358 sizeof(flow_keys), retval, duration);
1377 u32 retval, duration;
1442 retval = BPF_PROG_SK_LOOKUP_RUN_ARRAY(progs, ctx, bpf_prog_run);
1459 ret = bpf_test_finish(kattr, uattr, NULL, NULL, 0, retval, duration);
1476 u32 retval;
1497 retval = bpf_prog_run_pin_on_cpu(prog, ctx);
1500 if (copy_to_user(&uattr->test.retval, &retval, sizeof(u32))) {
1583 u32 retval, duration;
1655 ret = bpf_test_run(prog, &ctx, repeat, &retval, &duration, false);
1659 ret = bpf_test_finish(kattr, uattr, NULL, NULL, 0, retval, duration);