Home
last modified time | relevance | path

Searched refs:set_output_ctx2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dlinked_funcs1.c64 __hidden extern void set_output_ctx2(__u64 *ctx);
79 set_output_ctx2(ctx); /* ctx definition is hidden in BPF_PROG macro */ in BPF_PROG()
Dlinked_funcs2.c41 void set_output_ctx2(__u64 *ctx) in set_output_ctx2() function