Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dtls.c952 struct iovec sendchar_iov; in TEST_F() local
959 sendchar_iov.iov_base = &sendchar; in TEST_F()
960 sendchar_iov.iov_len = 1; in TEST_F()
968 ASSERT_GE(vmsplice(pipefds[1], &sendchar_iov, 1, 0), 0); in TEST_F()