Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c746 FILE *prog_out = NULL; in match_program() local
779 prog_out = fmemopen(text, MAX_PROG_TEXT_SZ - 1, "w"); in match_program()
780 if (!prog_out) { in match_program()
785 print_xlated(prog_out, buf + 1, cnt - 1); in match_program()
787 print_xlated(prog_out, buf, cnt); in match_program()
788 fclose(prog_out); in match_program()