Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dlinked_funcs2.c62 __hidden extern void set_output_ctx1(__u64 *ctx);
76 set_output_ctx1(ctx); /* ctx definition is hidden in BPF_PROG macro */ in BPF_PROG()
Dlinked_funcs1.c40 void set_output_ctx1(__u64 *ctx) in set_output_ctx1() function