Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c58 char *write_stx; member
116 .write_stx = "if $src >= 0xffff goto pc+1;"
752 if (test->write || test->write_st || test->write_stx) { in run_one_testcase()
776 if (test->write || test->write_stx) { in run_one_testcase()
777 char *pattern = test->write_stx ? test->write_stx : test->write; in run_one_testcase()