Searched refs:iovlen (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_diag.c | 84 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 D | netlink_helpers.c | 149 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 D | vmbus_bufring.c | 120 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 D | xdr4.h | 191 size_t iovlen; member
|
| /linux-6.15/Documentation/crypto/ |
| H A D | userspace-if.rst | 354 vmsplice(pipes[1], iov, iovlen, SPLICE_F_GIFT);
|