Searched refs:iov_buf (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 745 int iov_buf = opt->iov_length; in sendmsg_test() local 790 iov_buf -= (txmsg_pop - txmsg_start_pop + 1); in sendmsg_test() 794 if (!iov_buf) /* zero bytes sent case */ in sendmsg_test() 799 err = msg_loop(rx_fd, iov_count, iov_buf, in sendmsg_test() 804 iov_count, iov_buf, cnt, err); in sendmsg_test() 829 err = msg_loop_sendpage(c1, iov_buf, cnt, &s, opt); in sendmsg_test() 831 err = msg_loop(c1, iov_count, iov_buf, in sendmsg_test() 837 iov_count, iov_buf, cnt, err); in sendmsg_test()
|