Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c57 char *write_stx; member
113 .write_stx = "if $src >= 0xffff goto pc+1;"
848 if (test->write || test->write_st || test->write_stx) { in run_one_testcase()
872 if (test->write || test->write_stx) { in run_one_testcase()
873 char *pattern = test->write_stx ? test->write_stx : test->write; in run_one_testcase()