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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_funcs1.c63 /* here we'll force set_output_ctx2() to be __hidden in the final obj file */
64 __hidden extern void set_output_ctx2(__u64 *ctx);
79 set_output_ctx2(ctx); /* ctx definition is hidden in BPF_PROG macro */
H A Dlinked_funcs2.c41 void set_output_ctx2(__u64 *ctx) function

Completed in 95 milliseconds