Lines Matching refs:sent
137 int c = 0, p = 0, sent, recvd; in test_sockmap_ktls_offload() local
145 sent = send(c, msg, sizeof(msg), 0); in test_sockmap_ktls_offload()
151 !ASSERT_EQ(recvd, sent, "length mismatch")) in test_sockmap_ktls_offload()
168 int c = 0, p = 0, one = 1, sent, recvd; in test_sockmap_ktls_tx_cork() local
206 sent = send(c, msg, off, 0); in test_sockmap_ktls_tx_cork()
207 if (!ASSERT_EQ(sent, off, "send(msg)")) in test_sockmap_ktls_tx_cork()
215 sent = send(c, msg + off, sizeof(msg) - off, 0); in test_sockmap_ktls_tx_cork()
216 if (!ASSERT_EQ(sent, sizeof(msg) - off, "send remaining data")) in test_sockmap_ktls_tx_cork()
320 int c = 0, p = 0, one = 1, sent, recvd; in test_sockmap_ktls_tx_pop() local
370 sent = send(c, msg, sizeof(msg), 0); in test_sockmap_ktls_tx_pop()
371 if (!ASSERT_EQ(sent, sizeof(msg), "send(msg)")) in test_sockmap_ktls_tx_pop()