Searched refs:iov_buf (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | test_sockmap.c | 841 int iov_buf = opt->iov_length; in sendmsg_test() local 888 if (!iov_buf) /* zero bytes sent case */ in sendmsg_test() 893 err = msg_loop(rx_fd, iov_count, iov_buf, in sendmsg_test() 898 iov_count, iov_buf, cnt, err); in sendmsg_test() 923 err = msg_loop_sendpage(c1, iov_buf, cnt, &s, opt); in sendmsg_test() 925 err = msg_loop(c1, iov_count, iov_buf, in sendmsg_test() 931 iov_count, iov_buf, cnt, err); in sendmsg_test()
|