Home | History | Annotate | Download | only in netinet

Lines Matching defs:nodes

343 /* iterates through the list of destination lists or nodes.                 */
473 ipf_dstnode_t *node, **nodes;
540 KMALLOCS(nodes, ipf_dstnode_t **,
541 sizeof(*nodes) * (d->ipld_maxnodes + 1));
542 if (nodes == NULL) {
549 bcopy(d->ipld_dests, nodes,
550 sizeof(*nodes) * d->ipld_maxnodes);
551 KFREES(d->ipld_dests, sizeof(*nodes) * d->ipld_nodes);
552 nodes[0]->ipfd_pnext = nodes;
554 d->ipld_dests = nodes;
700 /* array of pointers to nodes is compacted, its size isn't reduced (by way */
711 * Compact the array of pointers to nodes.
925 /* nodes are not freed. It is assumed the caller will have already emptied */
977 /* Free all of the destination nodes attached to the given table. */