Lines Matching refs:off
231 int zero = 0, recvd, off; in test_sockmap_strp_partial_read() local
251 off = STRP_PKT_HEAD_LEN - 1; in test_sockmap_strp_partial_read()
252 xsend(c, packet, off, 0); in test_sockmap_strp_partial_read()
258 xsend(c, packet + off, STRP_PKT_FULL_LEN - off, 0); in test_sockmap_strp_partial_read()
264 off = STRP_PKT_HEAD_LEN - 1; in test_sockmap_strp_partial_read()
265 xsend(c, packet, off, 0); in test_sockmap_strp_partial_read()
268 xsend(c, packet + off, STRP_PKT_FULL_LEN - off - 1, 0); in test_sockmap_strp_partial_read()
269 off = STRP_PKT_FULL_LEN - 1; in test_sockmap_strp_partial_read()
275 xsend(c, packet + off, STRP_PKT_FULL_LEN - off, 0); in test_sockmap_strp_partial_read()
370 int zero = 0, one = 1, sent, recvd, off; in test_sockmap_strp_verdict() local
414 off = STRP_PKT_FULL_LEN / 2; in test_sockmap_strp_verdict()
415 recvd = recv_timeout(c1, rcv, off, MSG_DONTWAIT, in test_sockmap_strp_verdict()
417 recvd += recv_timeout(c1, rcv + off, sizeof(rcv) - off, MSG_DONTWAIT, in test_sockmap_strp_verdict()