Searched refs:bpf_ctx_finish (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bpf/ |
H A D | test_run.c | 358 static int bpf_ctx_finish(const union bpf_attr *kattr, in bpf_ctx_finish() function 614 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_skb() 776 ret = bpf_ctx_finish(kattr, uattr, user_ctx, in bpf_prog_test_run_flow_dissector()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 805 static int bpf_ctx_finish(const union bpf_attr *kattr, in bpf_ctx_finish() function 1069 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_skb() 1270 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_xdp() 1360 ret = bpf_ctx_finish(kattr, uattr, user_ctx, in bpf_prog_test_run_flow_dissector() 1461 ret = bpf_ctx_finish(kattr, uattr, user_ctx, sizeof(*user_ctx)); in bpf_prog_test_run_sk_lookup()
|
Completed in 3 milliseconds