Lines Matching refs:retval
18 u32 *retval, u32 *time) in bpf_test_run() argument
44 *retval = BPF_PROG_RUN(prog, ctx); in bpf_test_run()
78 u32 size, u32 retval, u32 duration) in bpf_test_finish() argument
97 if (copy_to_user(&uattr->test.retval, &retval, sizeof(retval))) in bpf_test_finish()
248 u32 retval, duration; in bpf_prog_test_run_skb() local
310 ret = bpf_test_run(prog, skb, repeat, &retval, &duration); in bpf_prog_test_run_skb()
330 ret = bpf_test_finish(kattr, uattr, skb->data, size, retval, duration); in bpf_prog_test_run_skb()
349 u32 retval, duration; in bpf_prog_test_run_xdp() local
368 ret = bpf_test_run(prog, &xdp, repeat, &retval, &duration); in bpf_prog_test_run_xdp()
374 ret = bpf_test_finish(kattr, uattr, xdp.data, size, retval, duration); in bpf_prog_test_run_xdp()
408 u32 retval, duration; in bpf_prog_test_run_flow_dissector() local
448 retval = bpf_flow_dissect(prog, &ctx, eth->h_proto, ETH_HLEN, in bpf_prog_test_run_flow_dissector()
479 retval, duration); in bpf_prog_test_run_flow_dissector()