Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c39 static bool expect_str(char *buf, size_t size, const char *str, const char *name) in expect_str() function
105 if (!expect_str(buf, size, "Total SYNACKs generated: 0\n", in test_synproxy()
154 if (!expect_str(buf, size, "Total SYNACKs generated: 1\n", in test_synproxy()
/linux/tools/testing/selftests/x86/
H A 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()