Searched refs:ipld_next (Results 1 – 2 of 2) sorted by relevance
281 next = node->ipld_next;373 next = dsttab->ipld_next;379 hint = next->ipld_next;868 softd->tails[unit + 1] = &new->ipld_next;931 if (softd->tails[d->ipld_unit + 1] == &d->ipld_next)935 *d->ipld_pnext = d->ipld_next;936 if (d->ipld_next != NULL)937 d->ipld_next->ipld_pnext = d->ipld_pnext;939 d->ipld_next = NULL;1052 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) {[all …]
37 struct ippool_dst *ipld_next; member