Home
last modified time | relevance | path

Searched refs:iovlen (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c84 int iovlen = 1; in send_query() local
96 iov[iovlen] = (struct iovec){ &rta_proto, sizeof(rta_proto)}; in send_query()
97 iov[iovlen + 1] = (struct iovec){ &proto, sizeof(proto)}; in send_query()
99 iovlen += 2; in send_query()
104 .msg_iovlen = iovlen in send_query()
/linux-6.15/tools/testing/selftests/bpf/
H A Dnetlink_helpers.c149 size_t iovlen, struct nlmsghdr **answer, in __rtnl_talk_iov() argument
158 .msg_iovlen = iovlen, in __rtnl_talk_iov()
165 for (i = 0; i < iovlen; i++) { in __rtnl_talk_iov()
209 h->nlmsg_seq > seq || h->nlmsg_seq < seq - iovlen) { in __rtnl_talk_iov()
230 if (i < iovlen) { in __rtnl_talk_iov()
/linux-6.15/tools/hv/
H A Dvmbus_bufring.c120 vmbus_txbr_write(struct vmbus_br *tbr, const struct iovec iov[], int iovlen) in vmbus_txbr_write() argument
129 for (i = 0; i < iovlen; i++) in vmbus_txbr_write()
156 for (i = 0; i < iovlen; i++) in vmbus_txbr_write()
/linux-6.15/fs/nfsd/
H A Dxdr4.h191 size_t iovlen; member
/linux-6.15/Documentation/crypto/
H A Duserspace-if.rst354 vmsplice(pipes[1], iov, iovlen, SPLICE_F_GIFT);