Searched refs:nlinks (Results 1 – 4 of 4) sorted by relevance
671 int thislink, nlinks, nopenlinks, sendasip; in mp_FillPhysicalQueues() local676 thislink = nlinks = nopenlinks = 0; in mp_FillPhysicalQueues()685 nlinks++; in mp_FillPhysicalQueues()698 for (dl = fdl; nlinks > 0; dl = dl->next, nlinks--, thislink++) { in mp_FillPhysicalQueues()787 nlinks--; in mp_FillPhysicalQueues()
455 int result, nlinks; in bundle_UpdateSet() local462 for (nlinks = 0, dl = bundle->links; dl; dl = dl->next) in bundle_UpdateSet()463 nlinks++; in bundle_UpdateSet()465 if (nlinks) { in bundle_UpdateSet()472 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue; in bundle_UpdateSet()
4553 .Em nlinks No *
307 static int nlinks; variable719 for (i = 0; i < nlinks; ++i) {726 for (j = 0; j < nlinks; ++j)1382 (int) ((nlinks + 1) * sizeof *links));1383 links[nlinks++] = l;