Searched refs:ind (Results 1 – 1 of 1) sorted by relevance
989 int ret = 0, ind = 0; in rds_cmsg_send() local1003 if (ind >= vct->indx) in rds_cmsg_send()1005 ret = rds_cmsg_rdma_args(rs, rm, cmsg, &vct->vec[ind]); in rds_cmsg_send()1006 ind++; in rds_cmsg_send()1123 int ind; in rds_sendmsg() local1396 for (ind = 0; ind < vct.indx; ind++) in rds_sendmsg()1397 kfree(vct.vec[ind].iov); in rds_sendmsg()1403 for (ind = 0; ind < vct.indx; ind++) in rds_sendmsg()1404 kfree(vct.vec[ind].iov); in rds_sendmsg()