Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ !
Dxdp_synproxy.c44 static bool expect_str(char *buf, size_t size, const char *str, const char *name) in expect_str() function
110 if (!expect_str(buf, size, "Total SYNACKs generated: 0\n", in test_synproxy()
159 if (!expect_str(buf, size, "Total SYNACKs generated: 1\n", in test_synproxy()
/linux-6.1.9/tools/testing/selftests/x86/ !
Dsyscall_numbering.c171 const char *expect_str) in _check_for() argument
185 ret, expect_str); in _check_for()
200 syscall_str(msb, start, end), expect_str); in _check_for()