Searched refs:bpf_ctx_finish (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/bpf/ |
D | test_run.c | 939 static int bpf_ctx_finish(const union bpf_attr *kattr, in bpf_ctx_finish() function 1203 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_skb() 1402 ret = bpf_ctx_finish(kattr, uattr, ctx, in bpf_prog_test_run_xdp() 1492 ret = bpf_ctx_finish(kattr, uattr, user_ctx, in bpf_prog_test_run_flow_dissector() 1593 ret = bpf_ctx_finish(kattr, uattr, user_ctx, sizeof(*user_ctx)); in bpf_prog_test_run_sk_lookup()
|