HomeSort by: relevance | last modified time | path
    Searched refs:ipld_next (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.h 39 struct ippool_dst *ipld_next; member in struct:ippool_dst
ip_dstlist.c 276 next = node->ipld_next;
362 next = dsttab->ipld_next;
368 hint = next->ipld_next;
840 softd->tails[unit + 1] = &new->ipld_next;
898 if (softd->tails[d->ipld_unit + 1] == &d->ipld_next)
902 *d->ipld_pnext = d->ipld_next;
903 if (d->ipld_next != NULL)
904 d->ipld_next->ipld_pnext = d->ipld_pnext;
906 d->ipld_next = NULL;
1009 for (d = softd->dstlist[unit + 1]; d != NULL; d = d->ipld_next) {
    [all...]

Completed in 61 milliseconds