Searched refs:iovcount (Results 1 – 2 of 2) sorted by relevance
1423 unsigned int iovcount; in build_msghdr_send() local1444 iovcount = 0; in build_msghdr_send()1453 iovcount = 1; in build_msghdr_send()1482 iovcount++; in build_msghdr_send()1491 msg->msg_iovlen = iovcount; in build_msghdr_send()1640 unsigned int iovcount; in build_msghdr_recv() local1689 iovcount = 1; in build_msghdr_recv()1705 iovcount = 0; in build_msghdr_recv()1715 iovcount++; in build_msghdr_recv()1730 iov[iovcount].iov_len = 1; in build_msghdr_recv()[all …]
964 unsigned int iovcount; in build_msghdr_send() local978 iovcount = 0; in build_msghdr_send()1000 iovcount = 1; in build_msghdr_send()1019 INSIST(iovcount < MAXSCATTERGATHER_SEND); in build_msghdr_send()1037 iov[iovcount].buf = cpbuffer->buf; in build_msghdr_send()1038 iov[iovcount].len = (u_long)(used.length - skip_count); in build_msghdr_send()1041 iovcount++; in build_msghdr_send()1050 msg->msg_iovlen = iovcount; in build_msghdr_send()