Searched refs:iov_buf (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 750 int iov_buf = opt->iov_length; in sendmsg_test() local 782 if (!iov_buf) /* zero bytes sent case */ in sendmsg_test() 787 err = msg_loop(rx_fd, iov_count, iov_buf, in sendmsg_test() 792 iov_count, iov_buf, cnt, err); in sendmsg_test() 817 err = msg_loop_sendpage(c1, iov_buf, cnt, &s, opt); in sendmsg_test() 819 err = msg_loop(c1, iov_count, iov_buf, in sendmsg_test() 825 iov_count, iov_buf, cnt, err); in sendmsg_test()
|