Searched refs:iovlen (Results 1 – 3 of 3) sorted by relevance
149 size_t iovlen, struct nlmsghdr **answer, in __rtnl_talk_iov() argument158 .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()
122 int iovlen = 0; in send_query() local124 iov[iovlen++] = (struct iovec) { in send_query()133 iov[iovlen++] = (struct iovec){ &rta_proto, sizeof(rta_proto)}; in send_query()134 iov[iovlen++] = (struct iovec){ &proto, sizeof(proto)}; in send_query()142 .msg_iovlen = iovlen in send_query()
120 vmbus_txbr_write(struct vmbus_br *tbr, const struct iovec iov[], int iovlen) in vmbus_txbr_write() argument129 for (i = 0; i < iovlen; i++) in vmbus_txbr_write()156 for (i = 0; i < iovlen; i++) in vmbus_txbr_write()
Completed in 11 milliseconds